#794BDF

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

Shades of Slate Blue #794BDF

Tints of Slate Blue #794BDF

Color information

#794BDF (or 0x794BDF) is unknown color: approx Slate Blue. HEX triplet: 79, 4B and DF. RGB value is (121,75,223). Sum of RGB (Red+Green+Blue) = 121+75+223=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #794BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BDF is #86B420. Grayscale: #696969. Windows color (decimal): -8827937 or 14633849. OLE color: 14633849.

HSL color Cylindrical-coordinate representation of color #794BDF: hue angle of 258.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794BDF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12175223-
CMYK0.460.6600.13
HSL258.65º69.81%58.43%-
HSV(B)258.65º66.37%87.45%-
XYZ23.7214.4271.35-
YUV105.63194.24138.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 223 (87.5% from 255) = 53.22%
R=28.88%
G=17.90%
B=53.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121752230.460.6600.13258.6569.8158.43
Hex794BDF2E420D103463a
Octal1711133375610201540310672
Binary11110011001011110111111011101000010011011000000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,75,223); }

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

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

 a { background-color: rgb(121,75,223); }

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

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

 span { border-color: rgb(121,75,223); }

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