Shades of Light Slate Blue #8959FF
Tints of Light Slate Blue #8959FF
RGB
CMYK
RGB Variations
Color information
#8959FF (or 0x8959FF) is known color: Light Slate Blue. HEX triplet: 89, 59 and FF. RGB value is (137,89,255). Sum of RGB (Red+Green+Blue) = 137+89+255=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 89 (35.16% from 255 or 18.50% 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 #8959FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8959FF is #76A600. Grayscale: #797979. Windows color (decimal): -7775745 or 16734601. OLE color: 16734601.
HSL color Cylindrical-coordinate representation of color #8959FF: hue angle of 257.35º 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 #8959FF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 89 | 255 | - |
| CMYK | 0.46 | 0.65 | 0 | 0 |
| HSL | 257.35º | 1% | 0.67% | - |
| HSV(B) | 257.35º | 0.65% | 1% | - |
| XYZ | 31.94 | 19.68 | 96.72 | - |
| YUV | 122.28 | 202.9 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 255 | 0.46 | 0.65 | 0 | 0 | 257.35 | 1 | 0.67 |
| Hex | 89 | 59 | FF | 2E | 41 | 0 | 0 | 101 | 64 | 43 |
| Octal | 211 | 131 | 377 | 56 | 101 | 0 | 0 | 401 | 144 | 103 |
| Binary | 10001001 | 1011001 | 11111111 | 101110 | 1000001 | 0 | 0 | 100000001 | 1100100 | 1000011 |
Color Harmonies of #8959FF
Complementary color
Monochromatic Colors of #8959FF
Black with #8959FF
Text Example
Text Example
White with #8959FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959FF; }
p { color: rgb(137,89,255); }
H1.HeaderClassName
{
color: #8959FF;
}
.AnyTagClassName
{
color: #8959FF;
}
</style>
background-color css
<style>
a { background-color: #8959FF; }
a { background-color: rgb(137,89,255); }
div.DivClassName
{
background-color: #8959FF;
}
.BgClassName
{
background-color: #8959FF;
}
</style>
border-color css
<style>
span { border-color: #8959FF; }
span { border-color: rgb(137,89,255); }
td.TdClassName
{
border-color: #8959FF;
}
.TagClassName
{
border-color: #8959FF;
}
</style>