Shades of Light Slate Blue #995AFF
Tints of Light Slate Blue #995AFF
RGB
CMYK
RGB Variations
Color information
#995AFF (or 0x995AFF) is known color: Light Slate Blue. HEX triplet: 99, 5A and FF. RGB value is (153,90,255). Sum of RGB (Red+Green+Blue) = 153+90+255=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #995AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995AFF is #66A500. Grayscale: #7F7F7F. Windows color (decimal): -6726913 or 16734873. OLE color: 16734873.
HSL color Cylindrical-coordinate representation of color #995AFF: hue angle of 262.91º 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 #995AFF is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 90 | 255 | - |
| CMYK | 0.4 | 0.65 | 0 | 0 |
| HSL | 262.91º | 1% | 0.68% | - |
| HSV(B) | 262.91º | 0.65% | 1% | - |
| XYZ | 34.84 | 21.3 | 96.88 | - |
| YUV | 127.65 | 199.87 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 255 | 0.4 | 0.65 | 0 | 0 | 262.91 | 1 | 0.68 |
| Hex | 99 | 5A | FF | 28 | 41 | 0 | 0 | 107 | 64 | 44 |
| Octal | 231 | 132 | 377 | 50 | 101 | 0 | 0 | 407 | 144 | 104 |
| Binary | 10011001 | 1011010 | 11111111 | 101000 | 1000001 | 0 | 0 | 100000111 | 1100100 | 1000100 |
Color Harmonies of #995AFF
Complementary color
Monochromatic Colors of #995AFF
Black with #995AFF
Text Example
Text Example
White with #995AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AFF; }
p { color: rgb(153,90,255); }
H1.HeaderClassName
{
color: #995AFF;
}
.AnyTagClassName
{
color: #995AFF;
}
</style>
background-color css
<style>
a { background-color: #995AFF; }
a { background-color: rgb(153,90,255); }
div.DivClassName
{
background-color: #995AFF;
}
.BgClassName
{
background-color: #995AFF;
}
</style>
border-color css
<style>
span { border-color: #995AFF; }
span { border-color: rgb(153,90,255); }
td.TdClassName
{
border-color: #995AFF;
}
.TagClassName
{
border-color: #995AFF;
}
</style>