Shades of Light Slate Blue #878DFF
Tints of Light Slate Blue #878DFF
RGB
CMYK
RGB Variations
Color information
#878DFF (or 0x878DFF) is known color: Light Slate Blue. HEX triplet: 87, 8D and FF. RGB value is (135,141,255). Sum of RGB (Red+Green+Blue) = 135+141+255=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #878DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DFF is #787200. Grayscale: #979797. Windows color (decimal): -7893505 or 16747911. OLE color: 16747911.
HSL color Cylindrical-coordinate representation of color #878DFF: hue angle of 237º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878DFF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 141 | 255 | - |
| CMYK | 0.47 | 0.45 | 0 | 0 |
| HSL | 237º | 1% | 0.76% | - |
| HSV(B) | 237º | 0.47% | 1% | - |
| XYZ | 37.57 | 31.42 | 98.69 | - |
| YUV | 152.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 255 | 0.47 | 0.45 | 0 | 0 | 237 | 1 | 0.76 |
| Hex | 87 | 8D | FF | 2F | 2D | 0 | 0 | ED | 64 | 4C |
| Octal | 207 | 215 | 377 | 57 | 55 | 0 | 0 | 355 | 144 | 114 |
| Binary | 10000111 | 10001101 | 11111111 | 101111 | 101101 | 0 | 0 | 11101101 | 1100100 | 1001100 |
Color Harmonies of #878DFF
Complementary color
Monochromatic Colors of #878DFF
Black with #878DFF
Text Example
Text Example
White with #878DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DFF; }
p { color: rgb(135,141,255); }
H1.HeaderClassName
{
color: #878DFF;
}
.AnyTagClassName
{
color: #878DFF;
}
</style>
background-color css
<style>
a { background-color: #878DFF; }
a { background-color: rgb(135,141,255); }
div.DivClassName
{
background-color: #878DFF;
}
.BgClassName
{
background-color: #878DFF;
}
</style>
border-color css
<style>
span { border-color: #878DFF; }
span { border-color: rgb(135,141,255); }
td.TdClassName
{
border-color: #878DFF;
}
.TagClassName
{
border-color: #878DFF;
}
</style>