Shades of Light Slate Blue #9F8FFE
Tints of Light Slate Blue #9F8FFE
RGB
CMYK
RGB Variations
Color information
#9F8FFE (or 0x9F8FFE) is known color: Light Slate Blue. HEX triplet: 9F, 8F and FE. RGB value is (159,143,254). Sum of RGB (Red+Green+Blue) = 159+143+254=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FFE is #607001. Grayscale: #A0A0A0. Windows color (decimal): -6320130 or 16682911. OLE color: 16682911.
HSL color Cylindrical-coordinate representation of color #9F8FFE: hue angle of 248.65º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F8FFE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 143 | 254 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.00 |
| HSL | 248.65º | 0.98% | 0.78% | - |
| HSV(B) | 248.65º | 0.44% | 1% | - |
| XYZ | 42.01 | 34.17 | 98.15 | - |
| YUV | 160.44 | 180.8 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 254 | 0.37 | 0.44 | 0 | 0.00 | 248.65 | 0.98 | 0.78 |
| Hex | 9F | 8F | FE | 25 | 2C | 0 | 0 | F9 | 62 | 4E |
| Octal | 237 | 217 | 376 | 45 | 54 | 0 | 0 | 371 | 142 | 116 |
| Binary | 10011111 | 10001111 | 11111110 | 100101 | 101100 | 0 | 0 | 11111001 | 1100010 | 1001110 |
Color Harmonies of #9F8FFE
Complementary color
Monochromatic Colors of #9F8FFE
Black with #9F8FFE
Text Example
Text Example
White with #9F8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FFE; }
p { color: rgb(159,143,254); }
H1.HeaderClassName
{
color: #9F8FFE;
}
.AnyTagClassName
{
color: #9F8FFE;
}
</style>
background-color css
<style>
a { background-color: #9F8FFE; }
a { background-color: rgb(159,143,254); }
div.DivClassName
{
background-color: #9F8FFE;
}
.BgClassName
{
background-color: #9F8FFE;
}
</style>
border-color css
<style>
span { border-color: #9F8FFE; }
span { border-color: rgb(159,143,254); }
td.TdClassName
{
border-color: #9F8FFE;
}
.TagClassName
{
border-color: #9F8FFE;
}
</style>