Shades of Light Slate Blue #878BFC
Tints of Light Slate Blue #878BFC
RGB
CMYK
RGB Variations
Color information
#878BFC (or 0x878BFC) is known color: Light Slate Blue. HEX triplet: 87, 8B and FC. RGB value is (135,139,252). Sum of RGB (Red+Green+Blue) = 135+139+252=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #878BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878BFC is #787403. Grayscale: #969696. Windows color (decimal): -7894020 or 16550791. OLE color: 16550791.
HSL color Cylindrical-coordinate representation of color #878BFC: hue angle of 237.95º 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 #878BFC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 139 | 252 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.01 |
| HSL | 237.95º | 0.95% | 0.76% | - |
| HSV(B) | 237.95º | 0.46% | 0.99% | - |
| XYZ | 36.79 | 30.64 | 96.07 | - |
| YUV | 150.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 252 | 0.46 | 0.45 | 0 | 0.01 | 237.95 | 0.95 | 0.76 |
| Hex | 87 | 8B | FC | 2E | 2D | 0 | 1 | EE | 5F | 4C |
| Octal | 207 | 213 | 374 | 56 | 55 | 0 | 1 | 356 | 137 | 114 |
| Binary | 10000111 | 10001011 | 11111100 | 101110 | 101101 | 0 | 1 | 11101110 | 1011111 | 1001100 |
Color Harmonies of #878BFC
Complementary color
Monochromatic Colors of #878BFC
Black with #878BFC
Text Example
Text Example
White with #878BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BFC; }
p { color: rgb(135,139,252); }
H1.HeaderClassName
{
color: #878BFC;
}
.AnyTagClassName
{
color: #878BFC;
}
</style>
background-color css
<style>
a { background-color: #878BFC; }
a { background-color: rgb(135,139,252); }
div.DivClassName
{
background-color: #878BFC;
}
.BgClassName
{
background-color: #878BFC;
}
</style>
border-color css
<style>
span { border-color: #878BFC; }
span { border-color: rgb(135,139,252); }
td.TdClassName
{
border-color: #878BFC;
}
.TagClassName
{
border-color: #878BFC;
}
</style>