Shades of Light Slate Blue #9F8FFB
Tints of Light Slate Blue #9F8FFB
RGB
CMYK
RGB Variations
Color information
#9F8FFB (or 0x9F8FFB) is known color: Light Slate Blue. HEX triplet: 9F, 8F and FB. RGB value is (159,143,251). Sum of RGB (Red+Green+Blue) = 159+143+251=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FFB is #607004. Grayscale: #9F9F9F. Windows color (decimal): -6320133 or 16486303. OLE color: 16486303.
HSL color Cylindrical-coordinate representation of color #9F8FFB: hue angle of 248.89º 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 #9F8FFB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 143 | 251 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 248.89º | 0.93% | 0.77% | - |
| HSV(B) | 248.89º | 0.43% | 0.98% | - |
| XYZ | 41.53 | 33.98 | 95.64 | - |
| YUV | 160.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 251 | 0.37 | 0.43 | 0 | 0.02 | 248.89 | 0.93 | 0.77 |
| Hex | 9F | 8F | FB | 25 | 2B | 0 | 2 | F9 | 5D | 4D |
| Octal | 237 | 217 | 373 | 45 | 53 | 0 | 2 | 371 | 135 | 115 |
| Binary | 10011111 | 10001111 | 11111011 | 100101 | 101011 | 0 | 10 | 11111001 | 1011101 | 1001101 |
Color Harmonies of #9F8FFB
Complementary color
Monochromatic Colors of #9F8FFB
Black with #9F8FFB
Text Example
Text Example
White with #9F8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FFB; }
p { color: rgb(159,143,251); }
H1.HeaderClassName
{
color: #9F8FFB;
}
.AnyTagClassName
{
color: #9F8FFB;
}
</style>
background-color css
<style>
a { background-color: #9F8FFB; }
a { background-color: rgb(159,143,251); }
div.DivClassName
{
background-color: #9F8FFB;
}
.BgClassName
{
background-color: #9F8FFB;
}
</style>
border-color css
<style>
span { border-color: #9F8FFB; }
span { border-color: rgb(159,143,251); }
td.TdClassName
{
border-color: #9F8FFB;
}
.TagClassName
{
border-color: #9F8FFB;
}
</style>