Shades of Mischka #9EA5BD
Tints of Mischka #9EA5BD
RGB
CMYK
RGB Variations
Color information
#9EA5BD (or 0x9EA5BD) is known color: Mischka. HEX triplet: 9E, A5 and BD. RGB value is (158,165,189). Sum of RGB (Red+Green+Blue) = 158+165+189=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5BD is #615A42. Grayscale: #A5A5A5. Windows color (decimal): -6380099 or 12428702. OLE color: 12428702.
HSL color Cylindrical-coordinate representation of color #9EA5BD: hue angle of 226.45º degrees, saturation: 0.19, 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 #9EA5BD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 165 | 189 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.26 |
| HSL | 226.45º | 0.19% | 0.68% | - |
| HSV(B) | 226.45º | 0.16% | 0.74% | - |
| XYZ | 36.74 | 37.85 | 53.51 | - |
| YUV | 165.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 189 | 0.16 | 0.13 | 0 | 0.26 | 226.45 | 0.19 | 0.68 |
| Hex | 9E | A5 | BD | 10 | D | 0 | 1A | E2 | 13 | 44 |
| Octal | 236 | 245 | 275 | 20 | 15 | 0 | 32 | 342 | 23 | 104 |
| Binary | 10011110 | 10100101 | 10111101 | 10000 | 1101 | 0 | 11010 | 11100010 | 10011 | 1000100 |
Color Harmonies of #9EA5BD
Complementary color
Monochromatic Colors of #9EA5BD
Black with #9EA5BD
Text Example
Text Example
White with #9EA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5BD; }
p { color: rgb(158,165,189); }
H1.HeaderClassName
{
color: #9EA5BD;
}
.AnyTagClassName
{
color: #9EA5BD;
}
</style>
background-color css
<style>
a { background-color: #9EA5BD; }
a { background-color: rgb(158,165,189); }
div.DivClassName
{
background-color: #9EA5BD;
}
.BgClassName
{
background-color: #9EA5BD;
}
</style>
border-color css
<style>
span { border-color: #9EA5BD; }
span { border-color: rgb(158,165,189); }
td.TdClassName
{
border-color: #9EA5BD;
}
.TagClassName
{
border-color: #9EA5BD;
}
</style>