#784DD8

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

Shades of Slate Blue #784DD8

Tints of Slate Blue #784DD8

Color information

#784DD8 (or 0x784DD8) is unknown color: approx Slate Blue. HEX triplet: 78, 4D and D8. RGB value is (120,77,216). Sum of RGB (Red+Green+Blue) = 120+77+216=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #784DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DD8 is #87B227. Grayscale: #696969. Windows color (decimal): -8892968 or 14175608. OLE color: 14175608.

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

Color convert

RGB12077216-
CMYK0.440.6400.15
HSL258.56º64.06%57.45%-
HSV(B)258.56º64.35%84.71%-
XYZ22.7914.2666.52-
YUV105.7190.25138.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=29.06%
G=18.64%
B=52.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120772160.440.6400.15258.5664.0657.45
Hex784DD82C400F1034039
Octal1701153305410001740310071
Binary11110001001101110110001011001000000011111000000111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,77,216); }

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

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

 a { background-color: rgb(120,77,216); }

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

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

 span { border-color: rgb(120,77,216); }

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