Shades of Mischka #9DA6BB
Tints of Mischka #9DA6BB
RGB
CMYK
RGB Variations
Color information
#9DA6BB (or 0x9DA6BB) is known color: Mischka. HEX triplet: 9D, A6 and BB. RGB value is (157,166,187). Sum of RGB (Red+Green+Blue) = 157+166+187=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6BB is #625944. Grayscale: #A5A5A5. Windows color (decimal): -6445381 or 12297885. OLE color: 12297885.
HSL color Cylindrical-coordinate representation of color #9DA6BB: hue angle of 222º degrees, saturation: 0.18, 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 #9DA6BB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 166 | 187 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.27 |
| HSL | 222º | 0.18% | 0.67% | - |
| HSV(B) | 222º | 0.16% | 0.73% | - |
| XYZ | 36.51 | 38.03 | 52.43 | - |
| YUV | 165.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 187 | 0.16 | 0.11 | 0 | 0.27 | 222 | 0.18 | 0.67 |
| Hex | 9D | A6 | BB | 10 | B | 0 | 1B | DE | 12 | 43 |
| Octal | 235 | 246 | 273 | 20 | 13 | 0 | 33 | 336 | 22 | 103 |
| Binary | 10011101 | 10100110 | 10111011 | 10000 | 1011 | 0 | 11011 | 11011110 | 10010 | 1000011 |
Color Harmonies of #9DA6BB
Complementary color
Monochromatic Colors of #9DA6BB
Black with #9DA6BB
Text Example
Text Example
White with #9DA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6BB; }
p { color: rgb(157,166,187); }
H1.HeaderClassName
{
color: #9DA6BB;
}
.AnyTagClassName
{
color: #9DA6BB;
}
</style>
background-color css
<style>
a { background-color: #9DA6BB; }
a { background-color: rgb(157,166,187); }
div.DivClassName
{
background-color: #9DA6BB;
}
.BgClassName
{
background-color: #9DA6BB;
}
</style>
border-color css
<style>
span { border-color: #9DA6BB; }
span { border-color: rgb(157,166,187); }
td.TdClassName
{
border-color: #9DA6BB;
}
.TagClassName
{
border-color: #9DA6BB;
}
</style>