Shades of Light Slate Blue #877BFE
Tints of Light Slate Blue #877BFE
RGB
CMYK
RGB Variations
Color information
#877BFE (or 0x877BFE) is known color: Light Slate Blue. HEX triplet: 87, 7B and FE. RGB value is (135,123,254). Sum of RGB (Red+Green+Blue) = 135+123+254=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #877BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877BFE is #788401. Grayscale: #8D8D8D. Windows color (decimal): -7898114 or 16677767. OLE color: 16677767.
HSL color Cylindrical-coordinate representation of color #877BFE: hue angle of 245.5º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #877BFE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 123 | 254 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.00 |
| HSL | 245.5º | 0.98% | 0.74% | - |
| HSV(B) | 245.5º | 0.52% | 1% | - |
| XYZ | 34.96 | 26.47 | 97.03 | - |
| YUV | 141.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 254 | 0.47 | 0.52 | 0 | 0.00 | 245.5 | 0.98 | 0.74 |
| Hex | 87 | 7B | FE | 2F | 34 | 0 | 0 | F5 | 62 | 4A |
| Octal | 207 | 173 | 376 | 57 | 64 | 0 | 0 | 365 | 142 | 112 |
| Binary | 10000111 | 1111011 | 11111110 | 101111 | 110100 | 0 | 0 | 11110101 | 1100010 | 1001010 |
Color Harmonies of #877BFE
Complementary color
Monochromatic Colors of #877BFE
Black with #877BFE
Text Example
Text Example
White with #877BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BFE; }
p { color: rgb(135,123,254); }
H1.HeaderClassName
{
color: #877BFE;
}
.AnyTagClassName
{
color: #877BFE;
}
</style>
background-color css
<style>
a { background-color: #877BFE; }
a { background-color: rgb(135,123,254); }
div.DivClassName
{
background-color: #877BFE;
}
.BgClassName
{
background-color: #877BFE;
}
</style>
border-color css
<style>
span { border-color: #877BFE; }
span { border-color: rgb(135,123,254); }
td.TdClassName
{
border-color: #877BFE;
}
.TagClassName
{
border-color: #877BFE;
}
</style>