Shades of Light Slate Blue #877BFF
Tints of Light Slate Blue #877BFF
RGB
CMYK
RGB Variations
Color information
#877BFF (or 0x877BFF) is known color: Light Slate Blue. HEX triplet: 87, 7B and FF. RGB value is (135,123,255). Sum of RGB (Red+Green+Blue) = 135+123+255=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #877BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877BFF is #788400. Grayscale: #8D8D8D. Windows color (decimal): -7898113 or 16743303. OLE color: 16743303.
HSL color Cylindrical-coordinate representation of color #877BFF: hue angle of 245.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #877BFF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 123 | 255 | - |
| CMYK | 0.47 | 0.52 | 0 | 0 |
| HSL | 245.45º | 1% | 0.74% | - |
| HSV(B) | 245.45º | 0.52% | 1% | - |
| XYZ | 35.12 | 26.54 | 97.88 | - |
| YUV | 141.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 255 | 0.47 | 0.52 | 0 | 0 | 245.45 | 1 | 0.74 |
| Hex | 87 | 7B | FF | 2F | 34 | 0 | 0 | F5 | 64 | 4A |
| Octal | 207 | 173 | 377 | 57 | 64 | 0 | 0 | 365 | 144 | 112 |
| Binary | 10000111 | 1111011 | 11111111 | 101111 | 110100 | 0 | 0 | 11110101 | 1100100 | 1001010 |
Color Harmonies of #877BFF
Complementary color
Monochromatic Colors of #877BFF
Black with #877BFF
Text Example
Text Example
White with #877BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BFF; }
p { color: rgb(135,123,255); }
H1.HeaderClassName
{
color: #877BFF;
}
.AnyTagClassName
{
color: #877BFF;
}
</style>
background-color css
<style>
a { background-color: #877BFF; }
a { background-color: rgb(135,123,255); }
div.DivClassName
{
background-color: #877BFF;
}
.BgClassName
{
background-color: #877BFF;
}
</style>
border-color css
<style>
span { border-color: #877BFF; }
span { border-color: rgb(135,123,255); }
td.TdClassName
{
border-color: #877BFF;
}
.TagClassName
{
border-color: #877BFF;
}
</style>