Shades of Light Slate Blue #995BFF
Tints of Light Slate Blue #995BFF
RGB
CMYK
RGB Variations
Color information
#995BFF (or 0x995BFF) is known color: Light Slate Blue. HEX triplet: 99, 5B and FF. RGB value is (153,91,255). Sum of RGB (Red+Green+Blue) = 153+91+255=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #995BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BFF is #66A400. Grayscale: #7F7F7F. Windows color (decimal): -6726657 or 16735129. OLE color: 16735129.
HSL color Cylindrical-coordinate representation of color #995BFF: hue angle of 262.68º 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 #995BFF is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 91 | 255 | - |
| CMYK | 0.4 | 0.64 | 0 | 0 |
| HSL | 262.68º | 1% | 0.68% | - |
| HSV(B) | 262.68º | 0.64% | 1% | - |
| XYZ | 34.93 | 21.47 | 96.91 | - |
| YUV | 128.23 | 199.54 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 255 | 0.4 | 0.64 | 0 | 0 | 262.68 | 1 | 0.68 |
| Hex | 99 | 5B | FF | 28 | 40 | 0 | 0 | 107 | 64 | 44 |
| Octal | 231 | 133 | 377 | 50 | 100 | 0 | 0 | 407 | 144 | 104 |
| Binary | 10011001 | 1011011 | 11111111 | 101000 | 1000000 | 0 | 0 | 100000111 | 1100100 | 1000100 |
Color Harmonies of #995BFF
Complementary color
Monochromatic Colors of #995BFF
Black with #995BFF
Text Example
Text Example
White with #995BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BFF; }
p { color: rgb(153,91,255); }
H1.HeaderClassName
{
color: #995BFF;
}
.AnyTagClassName
{
color: #995BFF;
}
</style>
background-color css
<style>
a { background-color: #995BFF; }
a { background-color: rgb(153,91,255); }
div.DivClassName
{
background-color: #995BFF;
}
.BgClassName
{
background-color: #995BFF;
}
</style>
border-color css
<style>
span { border-color: #995BFF; }
span { border-color: rgb(153,91,255); }
td.TdClassName
{
border-color: #995BFF;
}
.TagClassName
{
border-color: #995BFF;
}
</style>