Shades of Light Slate Blue #878FFE
Tints of Light Slate Blue #878FFE
RGB
CMYK
RGB Variations
Color information
#878FFE (or 0x878FFE) is known color: Light Slate Blue. HEX triplet: 87, 8F and FE. RGB value is (135,143,254). Sum of RGB (Red+Green+Blue) = 135+143+254=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #878FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FFE is #787001. Grayscale: #989898. Windows color (decimal): -7892994 or 16682887. OLE color: 16682887.
HSL color Cylindrical-coordinate representation of color #878FFE: hue angle of 235.97º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878FFE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 143 | 254 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.00 |
| HSL | 235.97º | 0.98% | 0.76% | - |
| HSV(B) | 235.97º | 0.47% | 1% | - |
| XYZ | 37.7 | 31.95 | 97.95 | - |
| YUV | 153.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 254 | 0.47 | 0.44 | 0 | 0.00 | 235.97 | 0.98 | 0.76 |
| Hex | 87 | 8F | FE | 2F | 2C | 0 | 0 | EC | 62 | 4C |
| Octal | 207 | 217 | 376 | 57 | 54 | 0 | 0 | 354 | 142 | 114 |
| Binary | 10000111 | 10001111 | 11111110 | 101111 | 101100 | 0 | 0 | 11101100 | 1100010 | 1001100 |
Color Harmonies of #878FFE
Complementary color
Monochromatic Colors of #878FFE
Black with #878FFE
Text Example
Text Example
White with #878FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FFE; }
p { color: rgb(135,143,254); }
H1.HeaderClassName
{
color: #878FFE;
}
.AnyTagClassName
{
color: #878FFE;
}
</style>
background-color css
<style>
a { background-color: #878FFE; }
a { background-color: rgb(135,143,254); }
div.DivClassName
{
background-color: #878FFE;
}
.BgClassName
{
background-color: #878FFE;
}
</style>
border-color css
<style>
span { border-color: #878FFE; }
span { border-color: rgb(135,143,254); }
td.TdClassName
{
border-color: #878FFE;
}
.TagClassName
{
border-color: #878FFE;
}
</style>