Shades of Mischka #9DA2AD
Tints of Mischka #9DA2AD
RGB
CMYK
RGB Variations
Color information
#9DA2AD (or 0x9DA2AD) is known color: Mischka. HEX triplet: 9D, A2 and AD. RGB value is (157,162,173). Sum of RGB (Red+Green+Blue) = 157+162+173=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA2AD is #625D52. Grayscale: #A1A1A1. Windows color (decimal): -6446419 or 11379357. OLE color: 11379357.
HSL color Cylindrical-coordinate representation of color #9DA2AD: hue angle of 221.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DA2AD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 162 | 173 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.32 |
| HSL | 221.25º | 0.09% | 0.65% | - |
| HSV(B) | 221.25º | 0.09% | 0.68% | - |
| XYZ | 34.37 | 36.03 | 44.68 | - |
| YUV | 161.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 173 | 0.09 | 0.06 | 0 | 0.32 | 221.25 | 0.09 | 0.65 |
| Hex | 9D | A2 | AD | 9 | 6 | 0 | 20 | DD | 9 | 41 |
| Octal | 235 | 242 | 255 | 11 | 6 | 0 | 40 | 335 | 11 | 101 |
| Binary | 10011101 | 10100010 | 10101101 | 1001 | 110 | 0 | 100000 | 11011101 | 1001 | 1000001 |
Color Harmonies of #9DA2AD
Complementary color
Monochromatic Colors of #9DA2AD
Black with #9DA2AD
Text Example
Text Example
White with #9DA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2AD; }
p { color: rgb(157,162,173); }
H1.HeaderClassName
{
color: #9DA2AD;
}
.AnyTagClassName
{
color: #9DA2AD;
}
</style>
background-color css
<style>
a { background-color: #9DA2AD; }
a { background-color: rgb(157,162,173); }
div.DivClassName
{
background-color: #9DA2AD;
}
.BgClassName
{
background-color: #9DA2AD;
}
</style>
border-color css
<style>
span { border-color: #9DA2AD; }
span { border-color: rgb(157,162,173); }
td.TdClassName
{
border-color: #9DA2AD;
}
.TagClassName
{
border-color: #9DA2AD;
}
</style>