Shades of Light Slate Blue #877BFB
Tints of Light Slate Blue #877BFB
RGB
CMYK
RGB Variations
Color information
#877BFB (or 0x877BFB) is known color: Light Slate Blue. HEX triplet: 87, 7B and FB. RGB value is (135,123,251). Sum of RGB (Red+Green+Blue) = 135+123+251=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #877BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877BFB is #788404. Grayscale: #8C8C8C. Windows color (decimal): -7898117 or 16481159. OLE color: 16481159.
HSL color Cylindrical-coordinate representation of color #877BFB: hue angle of 245.62º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #877BFB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 123 | 251 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.02 |
| HSL | 245.63º | 0.94% | 0.73% | - |
| HSV(B) | 245.63º | 0.51% | 0.98% | - |
| XYZ | 34.49 | 26.28 | 94.52 | - |
| YUV | 141.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 251 | 0.46 | 0.51 | 0 | 0.02 | 245.63 | 0.94 | 0.73 |
| Hex | 87 | 7B | FB | 2E | 33 | 0 | 2 | F6 | 5E | 49 |
| Octal | 207 | 173 | 373 | 56 | 63 | 0 | 2 | 366 | 136 | 111 |
| Binary | 10000111 | 1111011 | 11111011 | 101110 | 110011 | 0 | 10 | 11110110 | 1011110 | 1001001 |
Color Harmonies of #877BFB
Complementary color
Monochromatic Colors of #877BFB
Black with #877BFB
Text Example
Text Example
White with #877BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BFB; }
p { color: rgb(135,123,251); }
H1.HeaderClassName
{
color: #877BFB;
}
.AnyTagClassName
{
color: #877BFB;
}
</style>
background-color css
<style>
a { background-color: #877BFB; }
a { background-color: rgb(135,123,251); }
div.DivClassName
{
background-color: #877BFB;
}
.BgClassName
{
background-color: #877BFB;
}
</style>
border-color css
<style>
span { border-color: #877BFB; }
span { border-color: rgb(135,123,251); }
td.TdClassName
{
border-color: #877BFB;
}
.TagClassName
{
border-color: #877BFB;
}
</style>