Shades of Light Slate Blue #9F92FE
Tints of Light Slate Blue #9F92FE
RGB
CMYK
RGB Variations
Color information
#9F92FE (or 0x9F92FE) is known color: Light Slate Blue. HEX triplet: 9F, 92 and FE. RGB value is (159,146,254). Sum of RGB (Red+Green+Blue) = 159+146+254=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F92FE is #606D01. Grayscale: #A1A1A1. Windows color (decimal): -6319362 or 16683679. OLE color: 16683679.
HSL color Cylindrical-coordinate representation of color #9F92FE: hue angle of 247.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F92FE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 146 | 254 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.00 |
| HSL | 247.22º | 0.98% | 0.78% | - |
| HSV(B) | 247.22º | 0.43% | 1% | - |
| XYZ | 42.47 | 35.08 | 98.3 | - |
| YUV | 162.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 254 | 0.37 | 0.43 | 0 | 0.00 | 247.22 | 0.98 | 0.78 |
| Hex | 9F | 92 | FE | 25 | 2B | 0 | 0 | F7 | 62 | 4E |
| Octal | 237 | 222 | 376 | 45 | 53 | 0 | 0 | 367 | 142 | 116 |
| Binary | 10011111 | 10010010 | 11111110 | 100101 | 101011 | 0 | 0 | 11110111 | 1100010 | 1001110 |
Color Harmonies of #9F92FE
Complementary color
Monochromatic Colors of #9F92FE
Black with #9F92FE
Text Example
Text Example
White with #9F92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92FE; }
p { color: rgb(159,146,254); }
H1.HeaderClassName
{
color: #9F92FE;
}
.AnyTagClassName
{
color: #9F92FE;
}
</style>
background-color css
<style>
a { background-color: #9F92FE; }
a { background-color: rgb(159,146,254); }
div.DivClassName
{
background-color: #9F92FE;
}
.BgClassName
{
background-color: #9F92FE;
}
</style>
border-color css
<style>
span { border-color: #9F92FE; }
span { border-color: rgb(159,146,254); }
td.TdClassName
{
border-color: #9F92FE;
}
.TagClassName
{
border-color: #9F92FE;
}
</style>