Shades of Light Slate Blue #9972FE
Tints of Light Slate Blue #9972FE
RGB
CMYK
RGB Variations
Color information
#9972FE (or 0x9972FE) is known color: Light Slate Blue. HEX triplet: 99, 72 and FE. RGB value is (153,114,254). Sum of RGB (Red+Green+Blue) = 153+114+254=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9972FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9972FE is #668D01. Grayscale: #8D8D8D. Windows color (decimal): -6720770 or 16675481. OLE color: 16675481.
HSL color Cylindrical-coordinate representation of color #9972FE: hue angle of 256.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9972FE is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 114 | 254 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.00 |
| HSL | 256.71º | 0.99% | 0.72% | - |
| HSV(B) | 256.71º | 0.55% | 1% | - |
| XYZ | 37.04 | 25.96 | 96.82 | - |
| YUV | 141.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 254 | 0.40 | 0.55 | 0 | 0.00 | 256.71 | 0.99 | 0.72 |
| Hex | 99 | 72 | FE | 28 | 37 | 0 | 0 | 101 | 63 | 48 |
| Octal | 231 | 162 | 376 | 50 | 67 | 0 | 0 | 401 | 143 | 110 |
| Binary | 10011001 | 1110010 | 11111110 | 101000 | 110111 | 0 | 0 | 100000001 | 1100011 | 1001000 |
Color Harmonies of #9972FE
Complementary color
Monochromatic Colors of #9972FE
Black with #9972FE
Text Example
Text Example
White with #9972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972FE; }
p { color: rgb(153,114,254); }
H1.HeaderClassName
{
color: #9972FE;
}
.AnyTagClassName
{
color: #9972FE;
}
</style>
background-color css
<style>
a { background-color: #9972FE; }
a { background-color: rgb(153,114,254); }
div.DivClassName
{
background-color: #9972FE;
}
.BgClassName
{
background-color: #9972FE;
}
</style>
border-color css
<style>
span { border-color: #9972FE; }
span { border-color: rgb(153,114,254); }
td.TdClassName
{
border-color: #9972FE;
}
.TagClassName
{
border-color: #9972FE;
}
</style>