Shades of Light Slate Blue #9F96FF
Tints of Light Slate Blue #9F96FF
RGB
CMYK
RGB Variations
Color information
#9F96FF (or 0x9F96FF) is known color: Light Slate Blue. HEX triplet: 9F, 96 and FF. RGB value is (159,150,255). Sum of RGB (Red+Green+Blue) = 159+150+255=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96FF is #606900. Grayscale: #A4A4A4. Windows color (decimal): -6318337 or 16750239. OLE color: 16750239.
HSL color Cylindrical-coordinate representation of color #9F96FF: hue angle of 245.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F96FF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 150 | 255 | - |
| CMYK | 0.38 | 0.41 | 0 | 0 |
| HSL | 245.14º | 1% | 0.79% | - |
| HSV(B) | 245.14º | 0.41% | 1% | - |
| XYZ | 43.25 | 36.4 | 99.35 | - |
| YUV | 164.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 255 | 0.38 | 0.41 | 0 | 0 | 245.14 | 1 | 0.79 |
| Hex | 9F | 96 | FF | 26 | 29 | 0 | 0 | F5 | 64 | 4F |
| Octal | 237 | 226 | 377 | 46 | 51 | 0 | 0 | 365 | 144 | 117 |
| Binary | 10011111 | 10010110 | 11111111 | 100110 | 101001 | 0 | 0 | 11110101 | 1100100 | 1001111 |
Color Harmonies of #9F96FF
Complementary color
Monochromatic Colors of #9F96FF
Black with #9F96FF
Text Example
Text Example
White with #9F96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96FF; }
p { color: rgb(159,150,255); }
H1.HeaderClassName
{
color: #9F96FF;
}
.AnyTagClassName
{
color: #9F96FF;
}
</style>
background-color css
<style>
a { background-color: #9F96FF; }
a { background-color: rgb(159,150,255); }
div.DivClassName
{
background-color: #9F96FF;
}
.BgClassName
{
background-color: #9F96FF;
}
</style>
border-color css
<style>
span { border-color: #9F96FF; }
span { border-color: rgb(159,150,255); }
td.TdClassName
{
border-color: #9F96FF;
}
.TagClassName
{
border-color: #9F96FF;
}
</style>