Shades of Light Slate Blue #9990FE
Tints of Light Slate Blue #9990FE
RGB
CMYK
RGB Variations
Color information
#9990FE (or 0x9990FE) is known color: Light Slate Blue. HEX triplet: 99, 90 and FE. RGB value is (153,144,254). Sum of RGB (Red+Green+Blue) = 153+144+254=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #9990FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990FE is #666F01. Grayscale: #9E9E9E. Windows color (decimal): -6713090 or 16683161. OLE color: 16683161.
HSL color Cylindrical-coordinate representation of color #9990FE: hue angle of 244.91º 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 #9990FE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 144 | 254 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.00 |
| HSL | 244.91º | 0.98% | 0.78% | - |
| HSV(B) | 244.91º | 0.43% | 1% | - |
| XYZ | 41 | 33.87 | 98.14 | - |
| YUV | 159.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 254 | 0.40 | 0.43 | 0 | 0.00 | 244.91 | 0.98 | 0.78 |
| Hex | 99 | 90 | FE | 28 | 2B | 0 | 0 | F5 | 62 | 4E |
| Octal | 231 | 220 | 376 | 50 | 53 | 0 | 0 | 365 | 142 | 116 |
| Binary | 10011001 | 10010000 | 11111110 | 101000 | 101011 | 0 | 0 | 11110101 | 1100010 | 1001110 |
Color Harmonies of #9990FE
Complementary color
Monochromatic Colors of #9990FE
Black with #9990FE
Text Example
Text Example
White with #9990FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990FE; }
p { color: rgb(153,144,254); }
H1.HeaderClassName
{
color: #9990FE;
}
.AnyTagClassName
{
color: #9990FE;
}
</style>
background-color css
<style>
a { background-color: #9990FE; }
a { background-color: rgb(153,144,254); }
div.DivClassName
{
background-color: #9990FE;
}
.BgClassName
{
background-color: #9990FE;
}
</style>
border-color css
<style>
span { border-color: #9990FE; }
span { border-color: rgb(153,144,254); }
td.TdClassName
{
border-color: #9990FE;
}
.TagClassName
{
border-color: #9990FE;
}
</style>