#7864D8

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

Shades of Slate Blue #7864D8

Tints of Slate Blue #7864D8

Color information

#7864D8 (or 0x7864D8) is unknown color: approx Slate Blue. HEX triplet: 78, 64 and D8. RGB value is (120,100,216). Sum of RGB (Red+Green+Blue) = 120+100+216=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #7864D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864D8 is #879B27. Grayscale: #767676. Windows color (decimal): -8887080 or 14181496. OLE color: 14181496.

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

Color convert

RGB120100216-
CMYK0.440.5400.15
HSL250.34º59.79%61.96%-
HSV(B)250.34º53.7%84.71%-
XYZ24.718.0767.15-
YUV119.2182.63128.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 216 (84.77% from 255) = 49.54%
R=27.52%
G=22.94%
B=49.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201002160.440.5400.15250.3459.7961.96
Hex7864D82C360Ffa3c3e
Octal17014433054660173727476
Binary11110001100100110110001011001101100111111111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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