Shades of Light Slate Blue #877AFF
Tints of Light Slate Blue #877AFF
RGB
CMYK
RGB Variations
Color information
#877AFF (or 0x877AFF) is known color: Light Slate Blue. HEX triplet: 87, 7A and FF. RGB value is (135,122,255). Sum of RGB (Red+Green+Blue) = 135+122+255=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #877AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877AFF is #788500. Grayscale: #8C8C8C. Windows color (decimal): -7898369 or 16743047. OLE color: 16743047.
HSL color Cylindrical-coordinate representation of color #877AFF: hue angle of 245.86º 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 #877AFF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 122 | 255 | - |
| CMYK | 0.47 | 0.52 | 0 | 0 |
| HSL | 245.86º | 1% | 0.74% | - |
| HSV(B) | 245.86º | 0.52% | 1% | - |
| XYZ | 35 | 26.29 | 97.84 | - |
| YUV | 141.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 255 | 0.47 | 0.52 | 0 | 0 | 245.86 | 1 | 0.74 |
| Hex | 87 | 7A | FF | 2F | 34 | 0 | 0 | F6 | 64 | 4A |
| Octal | 207 | 172 | 377 | 57 | 64 | 0 | 0 | 366 | 144 | 112 |
| Binary | 10000111 | 1111010 | 11111111 | 101111 | 110100 | 0 | 0 | 11110110 | 1100100 | 1001010 |
Color Harmonies of #877AFF
Complementary color
Monochromatic Colors of #877AFF
Black with #877AFF
Text Example
Text Example
White with #877AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877AFF; }
p { color: rgb(135,122,255); }
H1.HeaderClassName
{
color: #877AFF;
}
.AnyTagClassName
{
color: #877AFF;
}
</style>
background-color css
<style>
a { background-color: #877AFF; }
a { background-color: rgb(135,122,255); }
div.DivClassName
{
background-color: #877AFF;
}
.BgClassName
{
background-color: #877AFF;
}
</style>
border-color css
<style>
span { border-color: #877AFF; }
span { border-color: rgb(135,122,255); }
td.TdClassName
{
border-color: #877AFF;
}
.TagClassName
{
border-color: #877AFF;
}
</style>