#878DFB

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

Shades of Light Slate Blue #878DFB

Tints of Light Slate Blue #878DFB

Color information

#878DFB (or 0x878DFB) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8D and FB. RGB value is (135,141,251). Sum of RGB (Red+Green+Blue) = 135+141+251=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #878DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DFB is #787204. Grayscale: #979797. Windows color (decimal): -7893509 or 16485767. OLE color: 16485767.

HSL color Cylindrical-coordinate representation of color #878DFB: hue angle of 236.9º 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 #878DFB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135141251-
CMYK0.460.4400.02
HSL236.9º93.55%75.69%-
HSV(B)236.9º46.22%98.43%-
XYZ36.9331.1795.34-
YUV151.75184.01116.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=25.62%
G=26.76%
B=47.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351412510.460.4400.02236.993.5575.69
Hex878DFB2E2C02ed5e4c
Octal207215373565402355136114
Binary1000011110001101111110111011101011000101110110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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