Shades of Mischka #9DA1AD
Tints of Mischka #9DA1AD
RGB
CMYK
RGB Variations
Color information
#9DA1AD (or 0x9DA1AD) is known color: Mischka. HEX triplet: 9D, A1 and AD. RGB value is (157,161,173). Sum of RGB (Red+Green+Blue) = 157+161+173=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA1AD is #625E52. Grayscale: #A1A1A1. Windows color (decimal): -6446675 or 11379101. OLE color: 11379101.
HSL color Cylindrical-coordinate representation of color #9DA1AD: hue angle of 225º 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 #9DA1AD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 161 | 173 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.32 |
| HSL | 225º | 0.09% | 0.65% | - |
| HSV(B) | 225º | 0.09% | 0.68% | - |
| XYZ | 34.19 | 35.67 | 44.62 | - |
| YUV | 161.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 173 | 0.09 | 0.07 | 0 | 0.32 | 225 | 0.09 | 0.65 |
| Hex | 9D | A1 | AD | 9 | 7 | 0 | 20 | E1 | 9 | 41 |
| Octal | 235 | 241 | 255 | 11 | 7 | 0 | 40 | 341 | 11 | 101 |
| Binary | 10011101 | 10100001 | 10101101 | 1001 | 111 | 0 | 100000 | 11100001 | 1001 | 1000001 |
Color Harmonies of #9DA1AD
Complementary color
Monochromatic Colors of #9DA1AD
Black with #9DA1AD
Text Example
Text Example
White with #9DA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA1AD; }
p { color: rgb(157,161,173); }
H1.HeaderClassName
{
color: #9DA1AD;
}
.AnyTagClassName
{
color: #9DA1AD;
}
</style>
background-color css
<style>
a { background-color: #9DA1AD; }
a { background-color: rgb(157,161,173); }
div.DivClassName
{
background-color: #9DA1AD;
}
.BgClassName
{
background-color: #9DA1AD;
}
</style>
border-color css
<style>
span { border-color: #9DA1AD; }
span { border-color: rgb(157,161,173); }
td.TdClassName
{
border-color: #9DA1AD;
}
.TagClassName
{
border-color: #9DA1AD;
}
</style>