Shades of Mischka #9EA3BF
Tints of Mischka #9EA3BF
RGB
CMYK
RGB Variations
Color information
#9EA3BF (or 0x9EA3BF) is known color: Mischka. HEX triplet: 9E, A3 and BF. RGB value is (158,163,191). Sum of RGB (Red+Green+Blue) = 158+163+191=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3BF is #615C40. Grayscale: #A4A4A4. Windows color (decimal): -6380609 or 12559262. OLE color: 12559262.
HSL color Cylindrical-coordinate representation of color #9EA3BF: hue angle of 230.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA3BF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 163 | 191 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.25 |
| HSL | 230.91º | 0.2% | 0.68% | - |
| HSV(B) | 230.91º | 0.17% | 0.75% | - |
| XYZ | 36.6 | 37.23 | 54.55 | - |
| YUV | 164.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 191 | 0.17 | 0.15 | 0 | 0.25 | 230.91 | 0.2 | 0.68 |
| Hex | 9E | A3 | BF | 11 | F | 0 | 19 | E7 | 14 | 44 |
| Octal | 236 | 243 | 277 | 21 | 17 | 0 | 31 | 347 | 24 | 104 |
| Binary | 10011110 | 10100011 | 10111111 | 10001 | 1111 | 0 | 11001 | 11100111 | 10100 | 1000100 |
Color Harmonies of #9EA3BF
Complementary color
Monochromatic Colors of #9EA3BF
Black with #9EA3BF
Text Example
Text Example
White with #9EA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA3BF; }
p { color: rgb(158,163,191); }
H1.HeaderClassName
{
color: #9EA3BF;
}
.AnyTagClassName
{
color: #9EA3BF;
}
</style>
background-color css
<style>
a { background-color: #9EA3BF; }
a { background-color: rgb(158,163,191); }
div.DivClassName
{
background-color: #9EA3BF;
}
.BgClassName
{
background-color: #9EA3BF;
}
</style>
border-color css
<style>
span { border-color: #9EA3BF; }
span { border-color: rgb(158,163,191); }
td.TdClassName
{
border-color: #9EA3BF;
}
.TagClassName
{
border-color: #9EA3BF;
}
</style>