#8878F6

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

Shades of Light Slate Blue #8878F6

Tints of Light Slate Blue #8878F6

Color information

#8878F6 (or 0x8878F6) is unknown color: approx Light Slate Blue. HEX triplet: 88, 78 and F6. RGB value is (136,120,246). Sum of RGB (Red+Green+Blue) = 136+120+246=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #8878F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8878F6 is #778709. Grayscale: #8A8A8A. Windows color (decimal): -7833354 or 16152712. OLE color: 16152712.

HSL color Cylindrical-coordinate representation of color #8878F6: hue angle of 247.62º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8878F6 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136120246-
CMYK0.450.5100.04
HSL247.62º87.5%71.76%-
HSV(B)247.62º51.22%96.47%-
XYZ33.525.3290.31-
YUV139.15188.3125.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=27.09%
G=23.90%
B=49.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361202460.450.5100.04247.6287.571.76
Hex8878F62D3304f85848
Octal210170366556304370130110
Binary1000100011110001111011010110111001101001111100010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8878F6; }

 p { color: rgb(136,120,246); }

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

<style>
 a { background-color: #8878F6; }

 a { background-color: rgb(136,120,246); }

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

<style>
 span { border-color: #8878F6; }

 span { border-color: rgb(136,120,246); }

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