#784ADF

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

Shades of Slate Blue #784ADF

Tints of Slate Blue #784ADF

Color information

#784ADF (or 0x784ADF) is unknown color: approx Slate Blue. HEX triplet: 78, 4A and DF. RGB value is (120,74,223). Sum of RGB (Red+Green+Blue) = 120+74+223=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #784ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ADF is #87B520. Grayscale: #686868. Windows color (decimal): -8893729 or 14633592. OLE color: 14633592.

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

Color convert

RGB12074223-
CMYK0.460.6700.13
HSL258.52º69.95%58.24%-
HSV(B)258.52º66.82%87.45%-
XYZ23.5114.2271.32-
YUV104.74194.74138.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 223 (87.5% from 255) = 53.48%
R=28.78%
G=17.75%
B=53.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120742230.460.6700.13258.5269.9558.24
Hex784ADF2E430D103463a
Octal1701123375610301540310672
Binary11110001001010110111111011101000011011011000000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784ADF; }

 p { color: rgb(120,74,223); }

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

<style>
 a { background-color: #784ADF; }

 a { background-color: rgb(120,74,223); }

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

<style>
 span { border-color: #784ADF; }

 span { border-color: rgb(120,74,223); }

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