Shades of Light Slate Blue #877FFF
Tints of Light Slate Blue #877FFF
RGB
CMYK
RGB Variations
Color information
#877FFF (or 0x877FFF) is known color: Light Slate Blue. HEX triplet: 87, 7F and FF. RGB value is (135,127,255). Sum of RGB (Red+Green+Blue) = 135+127+255=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #877FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877FFF is #788000. Grayscale: #8F8F8F. Windows color (decimal): -7897089 or 16744327. OLE color: 16744327.
HSL color Cylindrical-coordinate representation of color #877FFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877FFF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 127 | 255 | - |
| CMYK | 0.47 | 0.50 | 0 | 0 |
| HSL | 243.75º | 1% | 0.75% | - |
| HSV(B) | 243.75º | 0.5% | 1% | - |
| XYZ | 35.63 | 27.55 | 98.05 | - |
| YUV | 143.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 255 | 0.47 | 0.50 | 0 | 0 | 243.75 | 1 | 0.75 |
| Hex | 87 | 7F | FF | 2F | 32 | 0 | 0 | F4 | 64 | 4B |
| Octal | 207 | 177 | 377 | 57 | 62 | 0 | 0 | 364 | 144 | 113 |
| Binary | 10000111 | 1111111 | 11111111 | 101111 | 110010 | 0 | 0 | 11110100 | 1100100 | 1001011 |
Color Harmonies of #877FFF
Complementary color
Monochromatic Colors of #877FFF
Black with #877FFF
Text Example
Text Example
White with #877FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877FFF; }
p { color: rgb(135,127,255); }
H1.HeaderClassName
{
color: #877FFF;
}
.AnyTagClassName
{
color: #877FFF;
}
</style>
background-color css
<style>
a { background-color: #877FFF; }
a { background-color: rgb(135,127,255); }
div.DivClassName
{
background-color: #877FFF;
}
.BgClassName
{
background-color: #877FFF;
}
</style>
border-color css
<style>
span { border-color: #877FFF; }
span { border-color: rgb(135,127,255); }
td.TdClassName
{
border-color: #877FFF;
}
.TagClassName
{
border-color: #877FFF;
}
</style>