Shades of Light Slate Blue #9F7FFF
Tints of Light Slate Blue #9F7FFF
RGB
CMYK
RGB Variations
Color information
#9F7FFF (or 0x9F7FFF) is known color: Light Slate Blue. HEX triplet: 9F, 7F and FF. RGB value is (159,127,255). Sum of RGB (Red+Green+Blue) = 159+127+255=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FFF is #608000. Grayscale: #969696. Windows color (decimal): -6324225 or 16744351. OLE color: 16744351.
HSL color Cylindrical-coordinate representation of color #9F7FFF: hue angle of 255º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7FFF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 127 | 255 | - |
| CMYK | 0.38 | 0.50 | 0 | 0 |
| HSL | 255º | 1% | 0.75% | - |
| HSV(B) | 255º | 0.5% | 1% | - |
| XYZ | 39.94 | 29.77 | 98.25 | - |
| YUV | 151.16 | 186.6 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 255 | 0.38 | 0.50 | 0 | 0 | 255 | 1 | 0.75 |
| Hex | 9F | 7F | FF | 26 | 32 | 0 | 0 | FF | 64 | 4B |
| Octal | 237 | 177 | 377 | 46 | 62 | 0 | 0 | 377 | 144 | 113 |
| Binary | 10011111 | 1111111 | 11111111 | 100110 | 110010 | 0 | 0 | 11111111 | 1100100 | 1001011 |
Color Harmonies of #9F7FFF
Complementary color
Monochromatic Colors of #9F7FFF
Black with #9F7FFF
Text Example
Text Example
White with #9F7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FFF; }
p { color: rgb(159,127,255); }
H1.HeaderClassName
{
color: #9F7FFF;
}
.AnyTagClassName
{
color: #9F7FFF;
}
</style>
background-color css
<style>
a { background-color: #9F7FFF; }
a { background-color: rgb(159,127,255); }
div.DivClassName
{
background-color: #9F7FFF;
}
.BgClassName
{
background-color: #9F7FFF;
}
</style>
border-color css
<style>
span { border-color: #9F7FFF; }
span { border-color: rgb(159,127,255); }
td.TdClassName
{
border-color: #9F7FFF;
}
.TagClassName
{
border-color: #9F7FFF;
}
</style>