Shades of Light Slate Blue #9974FF
Tints of Light Slate Blue #9974FF
RGB
CMYK
RGB Variations
Color information
#9974FF (or 0x9974FF) is known color: Light Slate Blue. HEX triplet: 99, 74 and FF. RGB value is (153,116,255). Sum of RGB (Red+Green+Blue) = 153+116+255=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9974FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9974FF is #668B00. Grayscale: #8E8E8E. Windows color (decimal): -6720257 or 16741529. OLE color: 16741529.
HSL color Cylindrical-coordinate representation of color #9974FF: hue angle of 255.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9974FF is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 116 | 255 | - |
| CMYK | 0.4 | 0.55 | 0 | 0 |
| HSL | 255.97º | 1% | 0.73% | - |
| HSV(B) | 255.97º | 0.55% | 1% | - |
| XYZ | 37.43 | 26.48 | 97.75 | - |
| YUV | 142.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 255 | 0.4 | 0.55 | 0 | 0 | 255.97 | 1 | 0.73 |
| Hex | 99 | 74 | FF | 28 | 37 | 0 | 0 | 100 | 64 | 49 |
| Octal | 231 | 164 | 377 | 50 | 67 | 0 | 0 | 400 | 144 | 111 |
| Binary | 10011001 | 1110100 | 11111111 | 101000 | 110111 | 0 | 0 | 100000000 | 1100100 | 1001001 |
Color Harmonies of #9974FF
Complementary color
Monochromatic Colors of #9974FF
Black with #9974FF
Text Example
Text Example
White with #9974FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974FF; }
p { color: rgb(153,116,255); }
H1.HeaderClassName
{
color: #9974FF;
}
.AnyTagClassName
{
color: #9974FF;
}
</style>
background-color css
<style>
a { background-color: #9974FF; }
a { background-color: rgb(153,116,255); }
div.DivClassName
{
background-color: #9974FF;
}
.BgClassName
{
background-color: #9974FF;
}
</style>
border-color css
<style>
span { border-color: #9974FF; }
span { border-color: rgb(153,116,255); }
td.TdClassName
{
border-color: #9974FF;
}
.TagClassName
{
border-color: #9974FF;
}
</style>