Shades of Mischka #999DAB
Tints of Mischka #999DAB
RGB
CMYK
RGB Variations
Color information
#999DAB (or 0x999DAB) is known color: Mischka. HEX triplet: 99, 9D and AB. RGB value is (153,157,171). Sum of RGB (Red+Green+Blue) = 153+157+171=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #999DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DAB is #666254. Grayscale: #9D9D9D. Windows color (decimal): -6709845 or 11247001. OLE color: 11247001.
HSL color Cylindrical-coordinate representation of color #999DAB: hue angle of 226.67º 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 #999DAB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 157 | 171 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.33 |
| HSL | 226.67º | 0.1% | 0.64% | - |
| HSV(B) | 226.67º | 0.11% | 0.67% | - |
| XYZ | 32.54 | 33.83 | 43.34 | - |
| YUV | 157.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 171 | 0.11 | 0.08 | 0 | 0.33 | 226.67 | 0.1 | 0.64 |
| Hex | 99 | 9D | AB | B | 8 | 0 | 21 | E3 | A | 40 |
| Octal | 231 | 235 | 253 | 13 | 10 | 0 | 41 | 343 | 12 | 100 |
| Binary | 10011001 | 10011101 | 10101011 | 1011 | 1000 | 0 | 100001 | 11100011 | 1010 | 1000000 |
Color Harmonies of #999DAB
Complementary color
Monochromatic Colors of #999DAB
Black with #999DAB
Text Example
Text Example
White with #999DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DAB; }
p { color: rgb(153,157,171); }
H1.HeaderClassName
{
color: #999DAB;
}
.AnyTagClassName
{
color: #999DAB;
}
</style>
background-color css
<style>
a { background-color: #999DAB; }
a { background-color: rgb(153,157,171); }
div.DivClassName
{
background-color: #999DAB;
}
.BgClassName
{
background-color: #999DAB;
}
</style>
border-color css
<style>
span { border-color: #999DAB; }
span { border-color: rgb(153,157,171); }
td.TdClassName
{
border-color: #999DAB;
}
.TagClassName
{
border-color: #999DAB;
}
</style>