Shades of Light Slate Blue #878EFC
Tints of Light Slate Blue #878EFC
RGB
CMYK
RGB Variations
Color information
#878EFC (or 0x878EFC) is known color: Light Slate Blue. HEX triplet: 87, 8E and FC. RGB value is (135,142,252). Sum of RGB (Red+Green+Blue) = 135+142+252=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #878EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EFC is #787103. Grayscale: #989898. Windows color (decimal): -7893252 or 16551559. OLE color: 16551559.
HSL color Cylindrical-coordinate representation of color #878EFC: hue angle of 236.41º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878EFC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 142 | 252 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.01 |
| HSL | 236.41º | 0.95% | 0.76% | - |
| HSV(B) | 236.41º | 0.46% | 0.99% | - |
| XYZ | 37.24 | 31.53 | 96.22 | - |
| YUV | 152.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 252 | 0.46 | 0.44 | 0 | 0.01 | 236.41 | 0.95 | 0.76 |
| Hex | 87 | 8E | FC | 2E | 2C | 0 | 1 | EC | 5F | 4C |
| Octal | 207 | 216 | 374 | 56 | 54 | 0 | 1 | 354 | 137 | 114 |
| Binary | 10000111 | 10001110 | 11111100 | 101110 | 101100 | 0 | 1 | 11101100 | 1011111 | 1001100 |
Color Harmonies of #878EFC
Complementary color
Monochromatic Colors of #878EFC
Black with #878EFC
Text Example
Text Example
White with #878EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878EFC; }
p { color: rgb(135,142,252); }
H1.HeaderClassName
{
color: #878EFC;
}
.AnyTagClassName
{
color: #878EFC;
}
</style>
background-color css
<style>
a { background-color: #878EFC; }
a { background-color: rgb(135,142,252); }
div.DivClassName
{
background-color: #878EFC;
}
.BgClassName
{
background-color: #878EFC;
}
</style>
border-color css
<style>
span { border-color: #878EFC; }
span { border-color: rgb(135,142,252); }
td.TdClassName
{
border-color: #878EFC;
}
.TagClassName
{
border-color: #878EFC;
}
</style>