Shades of Light Slate Blue #9F8EFF
Tints of Light Slate Blue #9F8EFF
RGB
CMYK
RGB Variations
Color information
#9F8EFF (or 0x9F8EFF) is known color: Light Slate Blue. HEX triplet: 9F, 8E and FF. RGB value is (159,142,255). Sum of RGB (Red+Green+Blue) = 159+142+255=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EFF is #607100. Grayscale: #9F9F9F. Windows color (decimal): -6320385 or 16748191. OLE color: 16748191.
HSL color Cylindrical-coordinate representation of color #9F8EFF: hue angle of 249.03º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F8EFF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 142 | 255 | - |
| CMYK | 0.38 | 0.44 | 0 | 0 |
| HSL | 249.03º | 1% | 0.78% | - |
| HSV(B) | 249.03º | 0.44% | 1% | - |
| XYZ | 42.02 | 33.94 | 98.94 | - |
| YUV | 159.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 255 | 0.38 | 0.44 | 0 | 0 | 249.03 | 1 | 0.78 |
| Hex | 9F | 8E | FF | 26 | 2C | 0 | 0 | F9 | 64 | 4E |
| Octal | 237 | 216 | 377 | 46 | 54 | 0 | 0 | 371 | 144 | 116 |
| Binary | 10011111 | 10001110 | 11111111 | 100110 | 101100 | 0 | 0 | 11111001 | 1100100 | 1001110 |
Color Harmonies of #9F8EFF
Complementary color
Monochromatic Colors of #9F8EFF
Black with #9F8EFF
Text Example
Text Example
White with #9F8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EFF; }
p { color: rgb(159,142,255); }
H1.HeaderClassName
{
color: #9F8EFF;
}
.AnyTagClassName
{
color: #9F8EFF;
}
</style>
background-color css
<style>
a { background-color: #9F8EFF; }
a { background-color: rgb(159,142,255); }
div.DivClassName
{
background-color: #9F8EFF;
}
.BgClassName
{
background-color: #9F8EFF;
}
</style>
border-color css
<style>
span { border-color: #9F8EFF; }
span { border-color: rgb(159,142,255); }
td.TdClassName
{
border-color: #9F8EFF;
}
.TagClassName
{
border-color: #9F8EFF;
}
</style>