Shades of Mischka #9EA5BC
Tints of Mischka #9EA5BC
RGB
CMYK
RGB Variations
Color information
#9EA5BC (or 0x9EA5BC) is known color: Mischka. HEX triplet: 9E, A5 and BC. RGB value is (158,165,188). Sum of RGB (Red+Green+Blue) = 158+165+188=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5BC is #615A43. Grayscale: #A5A5A5. Windows color (decimal): -6380100 or 12363166. OLE color: 12363166.
HSL color Cylindrical-coordinate representation of color #9EA5BC: hue angle of 226º 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 #9EA5BC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 165 | 188 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.26 |
| HSL | 226º | 0.18% | 0.68% | - |
| HSV(B) | 226º | 0.16% | 0.74% | - |
| XYZ | 36.63 | 37.81 | 52.94 | - |
| YUV | 165.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 188 | 0.16 | 0.12 | 0 | 0.26 | 226 | 0.18 | 0.68 |
| Hex | 9E | A5 | BC | 10 | C | 0 | 1A | E2 | 12 | 44 |
| Octal | 236 | 245 | 274 | 20 | 14 | 0 | 32 | 342 | 22 | 104 |
| Binary | 10011110 | 10100101 | 10111100 | 10000 | 1100 | 0 | 11010 | 11100010 | 10010 | 1000100 |
Color Harmonies of #9EA5BC
Complementary color
Monochromatic Colors of #9EA5BC
Black with #9EA5BC
Text Example
Text Example
White with #9EA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5BC; }
p { color: rgb(158,165,188); }
H1.HeaderClassName
{
color: #9EA5BC;
}
.AnyTagClassName
{
color: #9EA5BC;
}
</style>
background-color css
<style>
a { background-color: #9EA5BC; }
a { background-color: rgb(158,165,188); }
div.DivClassName
{
background-color: #9EA5BC;
}
.BgClassName
{
background-color: #9EA5BC;
}
</style>
border-color css
<style>
span { border-color: #9EA5BC; }
span { border-color: rgb(158,165,188); }
td.TdClassName
{
border-color: #9EA5BC;
}
.TagClassName
{
border-color: #9EA5BC;
}
</style>