Shades of Light Slate Blue #9F74FE
Tints of Light Slate Blue #9F74FE
RGB
CMYK
RGB Variations
Color information
#9F74FE (or 0x9F74FE) is known color: Light Slate Blue. HEX triplet: 9F, 74 and FE. RGB value is (159,116,254). Sum of RGB (Red+Green+Blue) = 159+116+254=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74FE is #608B01. Grayscale: #909090. Windows color (decimal): -6327042 or 16675999. OLE color: 16675999.
HSL color Cylindrical-coordinate representation of color #9F74FE: hue angle of 258.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F74FE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 116 | 254 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.00 |
| HSL | 258.7º | 0.99% | 0.73% | - |
| HSV(B) | 258.7º | 0.54% | 1% | - |
| XYZ | 38.43 | 27.02 | 96.96 | - |
| YUV | 144.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 254 | 0.37 | 0.54 | 0 | 0.00 | 258.7 | 0.99 | 0.73 |
| Hex | 9F | 74 | FE | 25 | 36 | 0 | 0 | 103 | 63 | 49 |
| Octal | 237 | 164 | 376 | 45 | 66 | 0 | 0 | 403 | 143 | 111 |
| Binary | 10011111 | 1110100 | 11111110 | 100101 | 110110 | 0 | 0 | 100000011 | 1100011 | 1001001 |
Color Harmonies of #9F74FE
Complementary color
Monochromatic Colors of #9F74FE
Black with #9F74FE
Text Example
Text Example
White with #9F74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74FE; }
p { color: rgb(159,116,254); }
H1.HeaderClassName
{
color: #9F74FE;
}
.AnyTagClassName
{
color: #9F74FE;
}
</style>
background-color css
<style>
a { background-color: #9F74FE; }
a { background-color: rgb(159,116,254); }
div.DivClassName
{
background-color: #9F74FE;
}
.BgClassName
{
background-color: #9F74FE;
}
</style>
border-color css
<style>
span { border-color: #9F74FE; }
span { border-color: rgb(159,116,254); }
td.TdClassName
{
border-color: #9F74FE;
}
.TagClassName
{
border-color: #9F74FE;
}
</style>