Shades of Mischka #999DAD
Tints of Mischka #999DAD
RGB
CMYK
RGB Variations
Color information
#999DAD (or 0x999DAD) is known color: Mischka. HEX triplet: 99, 9D and AD. RGB value is (153,157,173). Sum of RGB (Red+Green+Blue) = 153+157+173=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #999DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DAD is #666252. Grayscale: #9D9D9D. Windows color (decimal): -6709843 or 11378073. OLE color: 11378073.
HSL color Cylindrical-coordinate representation of color #999DAD: hue angle of 228º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999DAD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 157 | 173 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.32 |
| HSL | 228º | 0.11% | 0.64% | - |
| HSV(B) | 228º | 0.12% | 0.68% | - |
| XYZ | 32.74 | 33.9 | 44.35 | - |
| YUV | 157.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 173 | 0.12 | 0.09 | 0 | 0.32 | 228 | 0.11 | 0.64 |
| Hex | 99 | 9D | AD | C | 9 | 0 | 20 | E4 | B | 40 |
| Octal | 231 | 235 | 255 | 14 | 11 | 0 | 40 | 344 | 13 | 100 |
| Binary | 10011001 | 10011101 | 10101101 | 1100 | 1001 | 0 | 100000 | 11100100 | 1011 | 1000000 |
Color Harmonies of #999DAD
Complementary color
Monochromatic Colors of #999DAD
Black with #999DAD
Text Example
Text Example
White with #999DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DAD; }
p { color: rgb(153,157,173); }
H1.HeaderClassName
{
color: #999DAD;
}
.AnyTagClassName
{
color: #999DAD;
}
</style>
background-color css
<style>
a { background-color: #999DAD; }
a { background-color: rgb(153,157,173); }
div.DivClassName
{
background-color: #999DAD;
}
.BgClassName
{
background-color: #999DAD;
}
</style>
border-color css
<style>
span { border-color: #999DAD; }
span { border-color: rgb(153,157,173); }
td.TdClassName
{
border-color: #999DAD;
}
.TagClassName
{
border-color: #999DAD;
}
</style>