Shades of Light Slate Blue #9990FF
Tints of Light Slate Blue #9990FF
RGB
CMYK
RGB Variations
Color information
#9990FF (or 0x9990FF) is known color: Light Slate Blue. HEX triplet: 99, 90 and FF. RGB value is (153,144,255). Sum of RGB (Red+Green+Blue) = 153+144+255=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9990FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990FF is #666F00. Grayscale: #9E9E9E. Windows color (decimal): -6713089 or 16748697. OLE color: 16748697.
HSL color Cylindrical-coordinate representation of color #9990FF: hue angle of 244.86º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9990FF is Cyan = 0.4, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 144 | 255 | - |
| CMYK | 0.4 | 0.44 | 0 | 0 |
| HSL | 244.86º | 1% | 0.78% | - |
| HSV(B) | 244.86º | 0.44% | 1% | - |
| XYZ | 41.16 | 33.94 | 98.99 | - |
| YUV | 159.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 255 | 0.4 | 0.44 | 0 | 0 | 244.86 | 1 | 0.78 |
| Hex | 99 | 90 | FF | 28 | 2C | 0 | 0 | F5 | 64 | 4E |
| Octal | 231 | 220 | 377 | 50 | 54 | 0 | 0 | 365 | 144 | 116 |
| Binary | 10011001 | 10010000 | 11111111 | 101000 | 101100 | 0 | 0 | 11110101 | 1100100 | 1001110 |
Color Harmonies of #9990FF
Complementary color
Monochromatic Colors of #9990FF
Black with #9990FF
Text Example
Text Example
White with #9990FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990FF; }
p { color: rgb(153,144,255); }
H1.HeaderClassName
{
color: #9990FF;
}
.AnyTagClassName
{
color: #9990FF;
}
</style>
background-color css
<style>
a { background-color: #9990FF; }
a { background-color: rgb(153,144,255); }
div.DivClassName
{
background-color: #9990FF;
}
.BgClassName
{
background-color: #9990FF;
}
</style>
border-color css
<style>
span { border-color: #9990FF; }
span { border-color: rgb(153,144,255); }
td.TdClassName
{
border-color: #9990FF;
}
.TagClassName
{
border-color: #9990FF;
}
</style>