Shades of Light Slate Blue #878EFA
Tints of Light Slate Blue #878EFA
RGB
CMYK
RGB Variations
Color information
#878EFA (or 0x878EFA) is known color: Light Slate Blue. HEX triplet: 87, 8E and FA. RGB value is (135,142,250). Sum of RGB (Red+Green+Blue) = 135+142+250=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #878EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EFA is #787105. Grayscale: #979797. Windows color (decimal): -7893254 or 16420487. OLE color: 16420487.
HSL color Cylindrical-coordinate representation of color #878EFA: hue angle of 236.35º degrees, saturation: 0.92, 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 #878EFA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 142 | 250 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.02 |
| HSL | 236.35º | 0.92% | 0.75% | - |
| HSV(B) | 236.35º | 0.46% | 0.98% | - |
| XYZ | 36.92 | 31.4 | 94.56 | - |
| YUV | 152.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 250 | 0.46 | 0.43 | 0 | 0.02 | 236.35 | 0.92 | 0.75 |
| Hex | 87 | 8E | FA | 2E | 2B | 0 | 2 | EC | 5C | 4B |
| Octal | 207 | 216 | 372 | 56 | 53 | 0 | 2 | 354 | 134 | 113 |
| Binary | 10000111 | 10001110 | 11111010 | 101110 | 101011 | 0 | 10 | 11101100 | 1011100 | 1001011 |
Color Harmonies of #878EFA
Complementary color
Monochromatic Colors of #878EFA
Black with #878EFA
Text Example
Text Example
White with #878EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878EFA; }
p { color: rgb(135,142,250); }
H1.HeaderClassName
{
color: #878EFA;
}
.AnyTagClassName
{
color: #878EFA;
}
</style>
background-color css
<style>
a { background-color: #878EFA; }
a { background-color: rgb(135,142,250); }
div.DivClassName
{
background-color: #878EFA;
}
.BgClassName
{
background-color: #878EFA;
}
</style>
border-color css
<style>
span { border-color: #878EFA; }
span { border-color: rgb(135,142,250); }
td.TdClassName
{
border-color: #878EFA;
}
.TagClassName
{
border-color: #878EFA;
}
</style>