Shades of Light Slate Blue #9974FE
Tints of Light Slate Blue #9974FE
RGB
CMYK
RGB Variations
Color information
#9974FE (or 0x9974FE) is known color: Light Slate Blue. HEX triplet: 99, 74 and FE. RGB value is (153,116,254). Sum of RGB (Red+Green+Blue) = 153+116+254=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9974FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9974FE is #668B01. Grayscale: #8E8E8E. Windows color (decimal): -6720258 or 16675993. OLE color: 16675993.
HSL color Cylindrical-coordinate representation of color #9974FE: hue angle of 256.09º 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 #9974FE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 116 | 254 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.00 |
| HSL | 256.09º | 0.99% | 0.73% | - |
| HSV(B) | 256.09º | 0.54% | 1% | - |
| XYZ | 37.27 | 26.42 | 96.9 | - |
| YUV | 142.8 | 190.76 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 254 | 0.40 | 0.54 | 0 | 0.00 | 256.09 | 0.99 | 0.73 |
| Hex | 99 | 74 | FE | 28 | 36 | 0 | 0 | 100 | 63 | 49 |
| Octal | 231 | 164 | 376 | 50 | 66 | 0 | 0 | 400 | 143 | 111 |
| Binary | 10011001 | 1110100 | 11111110 | 101000 | 110110 | 0 | 0 | 100000000 | 1100011 | 1001001 |
Color Harmonies of #9974FE
Complementary color
Monochromatic Colors of #9974FE
Black with #9974FE
Text Example
Text Example
White with #9974FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974FE; }
p { color: rgb(153,116,254); }
H1.HeaderClassName
{
color: #9974FE;
}
.AnyTagClassName
{
color: #9974FE;
}
</style>
background-color css
<style>
a { background-color: #9974FE; }
a { background-color: rgb(153,116,254); }
div.DivClassName
{
background-color: #9974FE;
}
.BgClassName
{
background-color: #9974FE;
}
</style>
border-color css
<style>
span { border-color: #9974FE; }
span { border-color: rgb(153,116,254); }
td.TdClassName
{
border-color: #9974FE;
}
.TagClassName
{
border-color: #9974FE;
}
</style>