Shades of Mischka #999EAC
Tints of Mischka #999EAC
RGB
CMYK
RGB Variations
Color information
#999EAC (or 0x999EAC) is known color: Mischka. HEX triplet: 99, 9E and AC. RGB value is (153,158,172). Sum of RGB (Red+Green+Blue) = 153+158+172=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #999EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EAC is #666153. Grayscale: #9E9E9E. Windows color (decimal): -6709588 or 11312793. OLE color: 11312793.
HSL color Cylindrical-coordinate representation of color #999EAC: hue angle of 224.21º 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 #999EAC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 158 | 172 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.33 |
| HSL | 224.21º | 0.1% | 0.64% | - |
| HSV(B) | 224.21º | 0.11% | 0.67% | - |
| XYZ | 32.81 | 34.2 | 43.9 | - |
| YUV | 158.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 172 | 0.11 | 0.08 | 0 | 0.33 | 224.21 | 0.1 | 0.64 |
| Hex | 99 | 9E | AC | B | 8 | 0 | 21 | E0 | A | 40 |
| Octal | 231 | 236 | 254 | 13 | 10 | 0 | 41 | 340 | 12 | 100 |
| Binary | 10011001 | 10011110 | 10101100 | 1011 | 1000 | 0 | 100001 | 11100000 | 1010 | 1000000 |
Color Harmonies of #999EAC
Complementary color
Monochromatic Colors of #999EAC
Black with #999EAC
Text Example
Text Example
White with #999EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EAC; }
p { color: rgb(153,158,172); }
H1.HeaderClassName
{
color: #999EAC;
}
.AnyTagClassName
{
color: #999EAC;
}
</style>
background-color css
<style>
a { background-color: #999EAC; }
a { background-color: rgb(153,158,172); }
div.DivClassName
{
background-color: #999EAC;
}
.BgClassName
{
background-color: #999EAC;
}
</style>
border-color css
<style>
span { border-color: #999EAC; }
span { border-color: rgb(153,158,172); }
td.TdClassName
{
border-color: #999EAC;
}
.TagClassName
{
border-color: #999EAC;
}
</style>