Shades of Light Slate Blue #9F5FFF
Tints of Light Slate Blue #9F5FFF
RGB
CMYK
RGB Variations
Color information
#9F5FFF (or 0x9F5FFF) is known color: Light Slate Blue. HEX triplet: 9F, 5F and FF. RGB value is (159,95,255). Sum of RGB (Red+Green+Blue) = 159+95+255=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5FFF is #60A000. Grayscale: #838383. Windows color (decimal): -6332417 or 16736159. OLE color: 16736159.
HSL color Cylindrical-coordinate representation of color #9F5FFF: hue angle of 264º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F5FFF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 95 | 255 | - |
| CMYK | 0.38 | 0.63 | 0 | 0 |
| HSL | 264º | 1% | 0.69% | - |
| HSV(B) | 264º | 0.63% | 1% | - |
| XYZ | 36.44 | 22.78 | 97.08 | - |
| YUV | 132.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 255 | 0.38 | 0.63 | 0 | 0 | 264 | 1 | 0.69 |
| Hex | 9F | 5F | FF | 26 | 3F | 0 | 0 | 108 | 64 | 45 |
| Octal | 237 | 137 | 377 | 46 | 77 | 0 | 0 | 410 | 144 | 105 |
| Binary | 10011111 | 1011111 | 11111111 | 100110 | 111111 | 0 | 0 | 100001000 | 1100100 | 1000101 |
Color Harmonies of #9F5FFF
Complementary color
Monochromatic Colors of #9F5FFF
Black with #9F5FFF
Text Example
Text Example
White with #9F5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FFF; }
p { color: rgb(159,95,255); }
H1.HeaderClassName
{
color: #9F5FFF;
}
.AnyTagClassName
{
color: #9F5FFF;
}
</style>
background-color css
<style>
a { background-color: #9F5FFF; }
a { background-color: rgb(159,95,255); }
div.DivClassName
{
background-color: #9F5FFF;
}
.BgClassName
{
background-color: #9F5FFF;
}
</style>
border-color css
<style>
span { border-color: #9F5FFF; }
span { border-color: rgb(159,95,255); }
td.TdClassName
{
border-color: #9F5FFF;
}
.TagClassName
{
border-color: #9F5FFF;
}
</style>