Shades of Mischka #999EAB
Tints of Mischka #999EAB
RGB
CMYK
RGB Variations
Color information
#999EAB (or 0x999EAB) is known color: Mischka. HEX triplet: 99, 9E and AB. RGB value is (153,158,171). Sum of RGB (Red+Green+Blue) = 153+158+171=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #999EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EAB is #666154. Grayscale: #9D9D9D. Windows color (decimal): -6709589 or 11247257. OLE color: 11247257.
HSL color Cylindrical-coordinate representation of color #999EAB: hue angle of 223.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999EAB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 158 | 171 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.33 |
| HSL | 223.33º | 0.1% | 0.64% | - |
| HSV(B) | 223.33º | 0.11% | 0.67% | - |
| XYZ | 32.71 | 34.17 | 43.4 | - |
| YUV | 157.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 171 | 0.11 | 0.08 | 0 | 0.33 | 223.33 | 0.1 | 0.64 |
| Hex | 99 | 9E | AB | B | 8 | 0 | 21 | DF | A | 40 |
| Octal | 231 | 236 | 253 | 13 | 10 | 0 | 41 | 337 | 12 | 100 |
| Binary | 10011001 | 10011110 | 10101011 | 1011 | 1000 | 0 | 100001 | 11011111 | 1010 | 1000000 |
Color Harmonies of #999EAB
Complementary color
Monochromatic Colors of #999EAB
Black with #999EAB
Text Example
Text Example
White with #999EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EAB; }
p { color: rgb(153,158,171); }
H1.HeaderClassName
{
color: #999EAB;
}
.AnyTagClassName
{
color: #999EAB;
}
</style>
background-color css
<style>
a { background-color: #999EAB; }
a { background-color: rgb(153,158,171); }
div.DivClassName
{
background-color: #999EAB;
}
.BgClassName
{
background-color: #999EAB;
}
</style>
border-color css
<style>
span { border-color: #999EAB; }
span { border-color: rgb(153,158,171); }
td.TdClassName
{
border-color: #999EAB;
}
.TagClassName
{
border-color: #999EAB;
}
</style>