Shades of Mischka #999EAA
Tints of Mischka #999EAA
RGB
CMYK
RGB Variations
Color information
#999EAA (or 0x999EAA) is known color: Mischka. HEX triplet: 99, 9E and AA. RGB value is (153,158,170). Sum of RGB (Red+Green+Blue) = 153+158+170=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #999EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EAA is #666155. Grayscale: #9D9D9D. Windows color (decimal): -6709590 or 11181721. OLE color: 11181721.
HSL color Cylindrical-coordinate representation of color #999EAA: hue angle of 222.35º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999EAA is Cyan = 0.1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 158 | 170 | - |
| CMYK | 0.1 | 0.07 | 0 | 0.33 |
| HSL | 222.35º | 0.09% | 0.63% | - |
| HSV(B) | 222.35º | 0.1% | 0.67% | - |
| XYZ | 32.62 | 34.13 | 42.9 | - |
| YUV | 157.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 170 | 0.1 | 0.07 | 0 | 0.33 | 222.35 | 0.09 | 0.63 |
| Hex | 99 | 9E | AA | A | 7 | 0 | 21 | DE | 9 | 3F |
| Octal | 231 | 236 | 252 | 12 | 7 | 0 | 41 | 336 | 11 | 77 |
| Binary | 10011001 | 10011110 | 10101010 | 1010 | 111 | 0 | 100001 | 11011110 | 1001 | 111111 |
Color Harmonies of #999EAA
Complementary color
Monochromatic Colors of #999EAA
Black with #999EAA
Text Example
Text Example
White with #999EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EAA; }
p { color: rgb(153,158,170); }
H1.HeaderClassName
{
color: #999EAA;
}
.AnyTagClassName
{
color: #999EAA;
}
</style>
background-color css
<style>
a { background-color: #999EAA; }
a { background-color: rgb(153,158,170); }
div.DivClassName
{
background-color: #999EAA;
}
.BgClassName
{
background-color: #999EAA;
}
</style>
border-color css
<style>
span { border-color: #999EAA; }
span { border-color: rgb(153,158,170); }
td.TdClassName
{
border-color: #999EAA;
}
.TagClassName
{
border-color: #999EAA;
}
</style>