Shades of Light Slate Blue #875BFF
Tints of Light Slate Blue #875BFF
RGB
CMYK
RGB Variations
Color information
#875BFF (or 0x875BFF) is known color: Light Slate Blue. HEX triplet: 87, 5B and FF. RGB value is (135,91,255). Sum of RGB (Red+Green+Blue) = 135+91+255=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #875BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFF is #78A400. Grayscale: #7A7A7A. Windows color (decimal): -7906305 or 16735111. OLE color: 16735111.
HSL color Cylindrical-coordinate representation of color #875BFF: hue angle of 256.1º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 91 | 255 | - |
| CMYK | 0.47 | 0.64 | 0 | 0 |
| HSL | 256.1º | 1% | 0.68% | - |
| HSV(B) | 256.1º | 0.64% | 1% | - |
| XYZ | 31.78 | 19.85 | 96.76 | - |
| YUV | 122.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 255 | 0.47 | 0.64 | 0 | 0 | 256.1 | 1 | 0.68 |
| Hex | 87 | 5B | FF | 2F | 40 | 0 | 0 | 100 | 64 | 44 |
| Octal | 207 | 133 | 377 | 57 | 100 | 0 | 0 | 400 | 144 | 104 |
| Binary | 10000111 | 1011011 | 11111111 | 101111 | 1000000 | 0 | 0 | 100000000 | 1100100 | 1000100 |
Color Harmonies of #875BFF
Complementary color
Monochromatic Colors of #875BFF
Black with #875BFF
Text Example
Text Example
White with #875BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BFF; }
p { color: rgb(135,91,255); }
H1.HeaderClassName
{
color: #875BFF;
}
.AnyTagClassName
{
color: #875BFF;
}
</style>
background-color css
<style>
a { background-color: #875BFF; }
a { background-color: rgb(135,91,255); }
div.DivClassName
{
background-color: #875BFF;
}
.BgClassName
{
background-color: #875BFF;
}
</style>
border-color css
<style>
span { border-color: #875BFF; }
span { border-color: rgb(135,91,255); }
td.TdClassName
{
border-color: #875BFF;
}
.TagClassName
{
border-color: #875BFF;
}
</style>