#794CD9

Color #794CD9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #794CD9

Tints of Slate Blue #794CD9

Color information

#794CD9 (or 0x794CD9) is unknown color: approx Slate Blue. HEX triplet: 79, 4C and D9. RGB value is (121,76,217). Sum of RGB (Red+Green+Blue) = 121+76+217=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #794CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CD9 is #86B326. Grayscale: #696969. Windows color (decimal): -8827687 or 14240889. OLE color: 14240889.

HSL color Cylindrical-coordinate representation of color #794CD9: hue angle of 259.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794CD9 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12176217-
CMYK0.440.6500.15
HSL259.15º64.98%57.45%-
HSV(B)259.15º64.98%85.1%-
XYZ22.9914.2467.18-
YUV105.53190.91139.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 217 (85.16% from 255) = 52.42%
R=29.23%
G=18.36%
B=52.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121762170.440.6500.15259.1564.9857.45
Hex794CD92C410F1034139
Octal1711143315410101740310171
Binary11110011001100110110011011001000001011111000000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794CD9; }

 p { color: rgb(121,76,217); }

 H1.HeaderClassName
 {
   color: #794CD9;
 }
 .AnyTagClassName
 {
   color: #794CD9;
 }
</style>
background-color css

<style>
 a { background-color: #794CD9; }

 a { background-color: rgb(121,76,217); }

 div.DivClassName
 {
   background-color: #794CD9;
 }
 .BgClassName
 {
   background-color: #794CD9;
 }
</style>
border-color css

<style>
 span { border-color: #794CD9; }

 span { border-color: rgb(121,76,217); }

 td.TdClassName
 {
   border-color: #794CD9;
 }
 .TagClassName
 {
   border-color: #794CD9;
 }
</style>