Shades of Mischka #999DAA
Tints of Mischka #999DAA
RGB
CMYK
RGB Variations
Color information
#999DAA (or 0x999DAA) is known color: Mischka. HEX triplet: 99, 9D and AA. RGB value is (153,157,170). Sum of RGB (Red+Green+Blue) = 153+157+170=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #999DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DAA is #666255. Grayscale: #9D9D9D. Windows color (decimal): -6709846 or 11181465. OLE color: 11181465.
HSL color Cylindrical-coordinate representation of color #999DAA: hue angle of 225.88º 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 #999DAA is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 157 | 170 | - |
| CMYK | 0.1 | 0.08 | 0 | 0.33 |
| HSL | 225.88º | 0.09% | 0.63% | - |
| HSV(B) | 225.88º | 0.1% | 0.67% | - |
| XYZ | 32.45 | 33.79 | 42.84 | - |
| YUV | 157.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 170 | 0.1 | 0.08 | 0 | 0.33 | 225.88 | 0.09 | 0.63 |
| Hex | 99 | 9D | AA | A | 8 | 0 | 21 | E2 | 9 | 3F |
| Octal | 231 | 235 | 252 | 12 | 10 | 0 | 41 | 342 | 11 | 77 |
| Binary | 10011001 | 10011101 | 10101010 | 1010 | 1000 | 0 | 100001 | 11100010 | 1001 | 111111 |
Color Harmonies of #999DAA
Complementary color
Monochromatic Colors of #999DAA
Black with #999DAA
Text Example
Text Example
White with #999DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DAA; }
p { color: rgb(153,157,170); }
H1.HeaderClassName
{
color: #999DAA;
}
.AnyTagClassName
{
color: #999DAA;
}
</style>
background-color css
<style>
a { background-color: #999DAA; }
a { background-color: rgb(153,157,170); }
div.DivClassName
{
background-color: #999DAA;
}
.BgClassName
{
background-color: #999DAA;
}
</style>
border-color css
<style>
span { border-color: #999DAA; }
span { border-color: rgb(153,157,170); }
td.TdClassName
{
border-color: #999DAA;
}
.TagClassName
{
border-color: #999DAA;
}
</style>