Shades of Light Slate Blue #9F8EFB
Tints of Light Slate Blue #9F8EFB
RGB
CMYK
RGB Variations
Color information
#9F8EFB (or 0x9F8EFB) is known color: Light Slate Blue. HEX triplet: 9F, 8E and FB. RGB value is (159,142,251). Sum of RGB (Red+Green+Blue) = 159+142+251=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EFB is #607104. Grayscale: #9F9F9F. Windows color (decimal): -6320389 or 16486047. OLE color: 16486047.
HSL color Cylindrical-coordinate representation of color #9F8EFB: hue angle of 249.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F8EFB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 142 | 251 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 249.36º | 0.93% | 0.77% | - |
| HSV(B) | 249.36º | 0.43% | 0.98% | - |
| XYZ | 41.38 | 33.68 | 95.59 | - |
| YUV | 159.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 251 | 0.37 | 0.43 | 0 | 0.02 | 249.36 | 0.93 | 0.77 |
| Hex | 9F | 8E | FB | 25 | 2B | 0 | 2 | F9 | 5D | 4D |
| Octal | 237 | 216 | 373 | 45 | 53 | 0 | 2 | 371 | 135 | 115 |
| Binary | 10011111 | 10001110 | 11111011 | 100101 | 101011 | 0 | 10 | 11111001 | 1011101 | 1001101 |
Color Harmonies of #9F8EFB
Complementary color
Monochromatic Colors of #9F8EFB
Black with #9F8EFB
Text Example
Text Example
White with #9F8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EFB; }
p { color: rgb(159,142,251); }
H1.HeaderClassName
{
color: #9F8EFB;
}
.AnyTagClassName
{
color: #9F8EFB;
}
</style>
background-color css
<style>
a { background-color: #9F8EFB; }
a { background-color: rgb(159,142,251); }
div.DivClassName
{
background-color: #9F8EFB;
}
.BgClassName
{
background-color: #9F8EFB;
}
</style>
border-color css
<style>
span { border-color: #9F8EFB; }
span { border-color: rgb(159,142,251); }
td.TdClassName
{
border-color: #9F8EFB;
}
.TagClassName
{
border-color: #9F8EFB;
}
</style>