Shades of Light Slate Blue #878BFF
Tints of Light Slate Blue #878BFF
RGB
CMYK
RGB Variations
Color information
#878BFF (or 0x878BFF) is known color: Light Slate Blue. HEX triplet: 87, 8B and FF. RGB value is (135,139,255). Sum of RGB (Red+Green+Blue) = 135+139+255=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #878BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878BFF is #787400. Grayscale: #969696. Windows color (decimal): -7894017 or 16747399. OLE color: 16747399.
HSL color Cylindrical-coordinate representation of color #878BFF: hue angle of 238º 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 #878BFF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 139 | 255 | - |
| CMYK | 0.47 | 0.45 | 0 | 0 |
| HSL | 238º | 1% | 0.76% | - |
| HSV(B) | 238º | 0.47% | 1% | - |
| XYZ | 37.27 | 30.84 | 98.6 | - |
| YUV | 151.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 255 | 0.47 | 0.45 | 0 | 0 | 238 | 1 | 0.76 |
| Hex | 87 | 8B | FF | 2F | 2D | 0 | 0 | EE | 64 | 4C |
| Octal | 207 | 213 | 377 | 57 | 55 | 0 | 0 | 356 | 144 | 114 |
| Binary | 10000111 | 10001011 | 11111111 | 101111 | 101101 | 0 | 0 | 11101110 | 1100100 | 1001100 |
Color Harmonies of #878BFF
Complementary color
Monochromatic Colors of #878BFF
Black with #878BFF
Text Example
Text Example
White with #878BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BFF; }
p { color: rgb(135,139,255); }
H1.HeaderClassName
{
color: #878BFF;
}
.AnyTagClassName
{
color: #878BFF;
}
</style>
background-color css
<style>
a { background-color: #878BFF; }
a { background-color: rgb(135,139,255); }
div.DivClassName
{
background-color: #878BFF;
}
.BgClassName
{
background-color: #878BFF;
}
</style>
border-color css
<style>
span { border-color: #878BFF; }
span { border-color: rgb(135,139,255); }
td.TdClassName
{
border-color: #878BFF;
}
.TagClassName
{
border-color: #878BFF;
}
</style>