Shades of Mischka #9EA9BC
Tints of Mischka #9EA9BC
RGB
CMYK
RGB Variations
Color information
#9EA9BC (or 0x9EA9BC) is known color: Mischka. HEX triplet: 9E, A9 and BC. RGB value is (158,169,188). Sum of RGB (Red+Green+Blue) = 158+169+188=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA9BC is #615643. Grayscale: #A7A7A7. Windows color (decimal): -6379076 or 12364190. OLE color: 12364190.
HSL color Cylindrical-coordinate representation of color #9EA9BC: hue angle of 218º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA9BC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 169 | 188 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.26 |
| HSL | 218º | 0.18% | 0.68% | - |
| HSV(B) | 218º | 0.16% | 0.74% | - |
| XYZ | 37.37 | 39.28 | 53.19 | - |
| YUV | 167.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 188 | 0.16 | 0.10 | 0 | 0.26 | 218 | 0.18 | 0.68 |
| Hex | 9E | A9 | BC | 10 | A | 0 | 1A | DA | 12 | 44 |
| Octal | 236 | 251 | 274 | 20 | 12 | 0 | 32 | 332 | 22 | 104 |
| Binary | 10011110 | 10101001 | 10111100 | 10000 | 1010 | 0 | 11010 | 11011010 | 10010 | 1000100 |
Color Harmonies of #9EA9BC
Complementary color
Monochromatic Colors of #9EA9BC
Black with #9EA9BC
Text Example
Text Example
White with #9EA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9BC; }
p { color: rgb(158,169,188); }
H1.HeaderClassName
{
color: #9EA9BC;
}
.AnyTagClassName
{
color: #9EA9BC;
}
</style>
background-color css
<style>
a { background-color: #9EA9BC; }
a { background-color: rgb(158,169,188); }
div.DivClassName
{
background-color: #9EA9BC;
}
.BgClassName
{
background-color: #9EA9BC;
}
</style>
border-color css
<style>
span { border-color: #9EA9BC; }
span { border-color: rgb(158,169,188); }
td.TdClassName
{
border-color: #9EA9BC;
}
.TagClassName
{
border-color: #9EA9BC;
}
</style>