Shades of Mischka #9EA3B1
Tints of Mischka #9EA3B1
RGB
CMYK
RGB Variations
Color information
#9EA3B1 (or 0x9EA3B1) is known color: Mischka. HEX triplet: 9E, A3 and B1. RGB value is (158,163,177). Sum of RGB (Red+Green+Blue) = 158+163+177=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EA3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA3B1 is #615C4E. Grayscale: #A3A3A3. Windows color (decimal): -6380623 or 11641758. OLE color: 11641758.
HSL color Cylindrical-coordinate representation of color #9EA3B1: hue angle of 224.21º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA3B1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 163 | 177 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.31 |
| HSL | 224.21º | 0.11% | 0.66% | - |
| HSV(B) | 224.21º | 0.11% | 0.69% | - |
| XYZ | 35.13 | 36.64 | 46.82 | - |
| YUV | 163.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 177 | 0.11 | 0.08 | 0 | 0.31 | 224.21 | 0.11 | 0.66 |
| Hex | 9E | A3 | B1 | B | 8 | 0 | 1F | E0 | B | 42 |
| Octal | 236 | 243 | 261 | 13 | 10 | 0 | 37 | 340 | 13 | 102 |
| Binary | 10011110 | 10100011 | 10110001 | 1011 | 1000 | 0 | 11111 | 11100000 | 1011 | 1000010 |
Color Harmonies of #9EA3B1
Complementary color
Monochromatic Colors of #9EA3B1
Black with #9EA3B1
Text Example
Text Example
White with #9EA3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA3B1; }
p { color: rgb(158,163,177); }
H1.HeaderClassName
{
color: #9EA3B1;
}
.AnyTagClassName
{
color: #9EA3B1;
}
</style>
background-color css
<style>
a { background-color: #9EA3B1; }
a { background-color: rgb(158,163,177); }
div.DivClassName
{
background-color: #9EA3B1;
}
.BgClassName
{
background-color: #9EA3B1;
}
</style>
border-color css
<style>
span { border-color: #9EA3B1; }
span { border-color: rgb(158,163,177); }
td.TdClassName
{
border-color: #9EA3B1;
}
.TagClassName
{
border-color: #9EA3B1;
}
</style>