Shades of Light Slate Blue #8759FF
Tints of Light Slate Blue #8759FF
RGB
CMYK
RGB Variations
Color information
#8759FF (or 0x8759FF) is known color: Light Slate Blue. HEX triplet: 87, 59 and FF. RGB value is (135,89,255). Sum of RGB (Red+Green+Blue) = 135+89+255=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #8759FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8759FF is #78A600. Grayscale: #797979. Windows color (decimal): -7906817 or 16734599. OLE color: 16734599.
HSL color Cylindrical-coordinate representation of color #8759FF: hue angle of 256.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8759FF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 89 | 255 | - |
| CMYK | 0.47 | 0.65 | 0 | 0 |
| HSL | 256.63º | 1% | 0.67% | - |
| HSV(B) | 256.63º | 0.65% | 1% | - |
| XYZ | 31.61 | 19.52 | 96.71 | - |
| YUV | 121.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 255 | 0.47 | 0.65 | 0 | 0 | 256.63 | 1 | 0.67 |
| Hex | 87 | 59 | FF | 2F | 41 | 0 | 0 | 101 | 64 | 43 |
| Octal | 207 | 131 | 377 | 57 | 101 | 0 | 0 | 401 | 144 | 103 |
| Binary | 10000111 | 1011001 | 11111111 | 101111 | 1000001 | 0 | 0 | 100000001 | 1100100 | 1000011 |
Color Harmonies of #8759FF
Complementary color
Monochromatic Colors of #8759FF
Black with #8759FF
Text Example
Text Example
White with #8759FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759FF; }
p { color: rgb(135,89,255); }
H1.HeaderClassName
{
color: #8759FF;
}
.AnyTagClassName
{
color: #8759FF;
}
</style>
background-color css
<style>
a { background-color: #8759FF; }
a { background-color: rgb(135,89,255); }
div.DivClassName
{
background-color: #8759FF;
}
.BgClassName
{
background-color: #8759FF;
}
</style>
border-color css
<style>
span { border-color: #8759FF; }
span { border-color: rgb(135,89,255); }
td.TdClassName
{
border-color: #8759FF;
}
.TagClassName
{
border-color: #8759FF;
}
</style>