Shades of Mischka #9DA6BA
Tints of Mischka #9DA6BA
RGB
CMYK
RGB Variations
Color information
#9DA6BA (or 0x9DA6BA) is known color: Mischka. HEX triplet: 9D, A6 and BA. RGB value is (157,166,186). Sum of RGB (Red+Green+Blue) = 157+166+186=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6BA is #625945. Grayscale: #A5A5A5. Windows color (decimal): -6445382 or 12232349. OLE color: 12232349.
HSL color Cylindrical-coordinate representation of color #9DA6BA: hue angle of 221.38º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA6BA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 166 | 186 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.27 |
| HSL | 221.38º | 0.17% | 0.67% | - |
| HSV(B) | 221.38º | 0.16% | 0.73% | - |
| XYZ | 36.4 | 37.99 | 51.87 | - |
| YUV | 165.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 186 | 0.16 | 0.11 | 0 | 0.27 | 221.38 | 0.17 | 0.67 |
| Hex | 9D | A6 | BA | 10 | B | 0 | 1B | DD | 11 | 43 |
| Octal | 235 | 246 | 272 | 20 | 13 | 0 | 33 | 335 | 21 | 103 |
| Binary | 10011101 | 10100110 | 10111010 | 10000 | 1011 | 0 | 11011 | 11011101 | 10001 | 1000011 |
Color Harmonies of #9DA6BA
Complementary color
Monochromatic Colors of #9DA6BA
Black with #9DA6BA
Text Example
Text Example
White with #9DA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6BA; }
p { color: rgb(157,166,186); }
H1.HeaderClassName
{
color: #9DA6BA;
}
.AnyTagClassName
{
color: #9DA6BA;
}
</style>
background-color css
<style>
a { background-color: #9DA6BA; }
a { background-color: rgb(157,166,186); }
div.DivClassName
{
background-color: #9DA6BA;
}
.BgClassName
{
background-color: #9DA6BA;
}
</style>
border-color css
<style>
span { border-color: #9DA6BA; }
span { border-color: rgb(157,166,186); }
td.TdClassName
{
border-color: #9DA6BA;
}
.TagClassName
{
border-color: #9DA6BA;
}
</style>