#878DF9

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

Shades of Light Slate Blue #878DF9

Tints of Light Slate Blue #878DF9

Color information

#878DF9 (or 0x878DF9) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8D and F9. RGB value is (135,141,249). Sum of RGB (Red+Green+Blue) = 135+141+249=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #878DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DF9 is #787206. Grayscale: #979797. Windows color (decimal): -7893511 or 16354695. OLE color: 16354695.

HSL color Cylindrical-coordinate representation of color #878DF9: hue angle of 236.84º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878DF9 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135141249-
CMYK0.460.4300.02
HSL236.84º90.48%75.29%-
HSV(B)236.84º45.78%97.65%-
XYZ36.6231.0493.68-
YUV151.52183.01116.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=25.71%
G=26.86%
B=47.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351412490.460.4300.02236.8490.4875.29
Hex878DF92E2B02ed5a4b
Octal207215371565302355132113
Binary1000011110001101111110011011101010110101110110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878DF9; }

 p { color: rgb(135,141,249); }

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

<style>
 a { background-color: #878DF9; }

 a { background-color: rgb(135,141,249); }

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

<style>
 span { border-color: #878DF9; }

 span { border-color: rgb(135,141,249); }

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