#878EFB

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

Shades of Light Slate Blue #878EFB

Tints of Light Slate Blue #878EFB

Color information

#878EFB (or 0x878EFB) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8E and FB. RGB value is (135,142,251). Sum of RGB (Red+Green+Blue) = 135+142+251=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #878EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EFB is #787104. Grayscale: #979797. Windows color (decimal): -7893253 or 16486023. OLE color: 16486023.

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

Color convert

RGB135142251-
CMYK0.460.4300.02
HSL236.38º93.55%75.69%-
HSV(B)236.38º46.22%98.43%-
XYZ37.0831.4695.39-
YUV152.33183.68115.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=25.57%
G=26.89%
B=47.54%

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
Decimal1351422510.460.4300.02236.3893.5575.69
Hex878EFB2E2B02ec5e4c
Octal207216373565302354136114
Binary1000011110001110111110111011101010110101110110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,251); }

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

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

 a { background-color: rgb(135,142,251); }

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

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

 span { border-color: rgb(135,142,251); }

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