Shades of Light Slate Blue #9992FF
Tints of Light Slate Blue #9992FF
RGB
CMYK
RGB Variations
Color information
#9992FF (or 0x9992FF) is known color: Light Slate Blue. HEX triplet: 99, 92 and FF. RGB value is (153,146,255). Sum of RGB (Red+Green+Blue) = 153+146+255=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9992FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9992FF is #666D00. Grayscale: #A0A0A0. Windows color (decimal): -6712577 or 16749209. OLE color: 16749209.
HSL color Cylindrical-coordinate representation of color #9992FF: hue angle of 243.85º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9992FF is Cyan = 0.4, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 146 | 255 | - |
| CMYK | 0.4 | 0.43 | 0 | 0 |
| HSL | 243.85º | 1% | 0.79% | - |
| HSV(B) | 243.85º | 0.43% | 1% | - |
| XYZ | 41.47 | 34.55 | 99.09 | - |
| YUV | 160.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 255 | 0.4 | 0.43 | 0 | 0 | 243.85 | 1 | 0.79 |
| Hex | 99 | 92 | FF | 28 | 2B | 0 | 0 | F4 | 64 | 4F |
| Octal | 231 | 222 | 377 | 50 | 53 | 0 | 0 | 364 | 144 | 117 |
| Binary | 10011001 | 10010010 | 11111111 | 101000 | 101011 | 0 | 0 | 11110100 | 1100100 | 1001111 |
Color Harmonies of #9992FF
Complementary color
Monochromatic Colors of #9992FF
Black with #9992FF
Text Example
Text Example
White with #9992FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992FF; }
p { color: rgb(153,146,255); }
H1.HeaderClassName
{
color: #9992FF;
}
.AnyTagClassName
{
color: #9992FF;
}
</style>
background-color css
<style>
a { background-color: #9992FF; }
a { background-color: rgb(153,146,255); }
div.DivClassName
{
background-color: #9992FF;
}
.BgClassName
{
background-color: #9992FF;
}
</style>
border-color css
<style>
span { border-color: #9992FF; }
span { border-color: rgb(153,146,255); }
td.TdClassName
{
border-color: #9992FF;
}
.TagClassName
{
border-color: #9992FF;
}
</style>