#7862D8

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

Shades of Slate Blue #7862D8

Tints of Slate Blue #7862D8

Color information

#7862D8 (or 0x7862D8) is unknown color: approx Slate Blue. HEX triplet: 78, 62 and D8. RGB value is (120,98,216). Sum of RGB (Red+Green+Blue) = 120+98+216=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #7862D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7862D8 is #879D27. Grayscale: #757575. Windows color (decimal): -8887592 or 14180984. OLE color: 14180984.

HSL color Cylindrical-coordinate representation of color #7862D8: hue angle of 251.19º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7862D8 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12098216-
CMYK0.440.5500.15
HSL251.19º60.2%61.57%-
HSV(B)251.19º54.63%84.71%-
XYZ24.5117.6967.09-
YUV118.03183.29129.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 216 (84.77% from 255) = 49.77%
R=27.65%
G=22.58%
B=49.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120982160.440.5500.15251.1960.261.57
Hex7862D82C370Ffb3c3e
Octal17014233054670173737476
Binary11110001100010110110001011001101110111111111011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7862D8; }

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

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

<style>
 a { background-color: #7862D8; }

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

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

<style>
 span { border-color: #7862D8; }

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

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