Shades of Light Slate Blue #875AFF
Tints of Light Slate Blue #875AFF
RGB
CMYK
RGB Variations
Color information
#875AFF (or 0x875AFF) is known color: Light Slate Blue. HEX triplet: 87, 5A and FF. RGB value is (135,90,255). Sum of RGB (Red+Green+Blue) = 135+90+255=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #875AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AFF is #78A500. Grayscale: #797979. Windows color (decimal): -7906561 or 16734855. OLE color: 16734855.
HSL color Cylindrical-coordinate representation of color #875AFF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #875AFF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 90 | 255 | - |
| CMYK | 0.47 | 0.65 | 0 | 0 |
| HSL | 256.36º | 1% | 0.68% | - |
| HSV(B) | 256.36º | 0.65% | 1% | - |
| XYZ | 31.7 | 19.68 | 96.74 | - |
| YUV | 122.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 255 | 0.47 | 0.65 | 0 | 0 | 256.36 | 1 | 0.68 |
| Hex | 87 | 5A | FF | 2F | 41 | 0 | 0 | 100 | 64 | 44 |
| Octal | 207 | 132 | 377 | 57 | 101 | 0 | 0 | 400 | 144 | 104 |
| Binary | 10000111 | 1011010 | 11111111 | 101111 | 1000001 | 0 | 0 | 100000000 | 1100100 | 1000100 |
Color Harmonies of #875AFF
Complementary color
Monochromatic Colors of #875AFF
Black with #875AFF
Text Example
Text Example
White with #875AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AFF; }
p { color: rgb(135,90,255); }
H1.HeaderClassName
{
color: #875AFF;
}
.AnyTagClassName
{
color: #875AFF;
}
</style>
background-color css
<style>
a { background-color: #875AFF; }
a { background-color: rgb(135,90,255); }
div.DivClassName
{
background-color: #875AFF;
}
.BgClassName
{
background-color: #875AFF;
}
</style>
border-color css
<style>
span { border-color: #875AFF; }
span { border-color: rgb(135,90,255); }
td.TdClassName
{
border-color: #875AFF;
}
.TagClassName
{
border-color: #875AFF;
}
</style>