Shades of Mischka #9EA8BB
Tints of Mischka #9EA8BB
RGB
CMYK
RGB Variations
Color information
#9EA8BB (or 0x9EA8BB) is known color: Mischka. HEX triplet: 9E, A8 and BB. RGB value is (158,168,187). Sum of RGB (Red+Green+Blue) = 158+168+187=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8BB is #615744. Grayscale: #A7A7A7. Windows color (decimal): -6379333 or 12298398. OLE color: 12298398.
HSL color Cylindrical-coordinate representation of color #9EA8BB: hue angle of 219.31º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA8BB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 168 | 187 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.27 |
| HSL | 219.31º | 0.18% | 0.68% | - |
| HSV(B) | 219.31º | 0.16% | 0.73% | - |
| XYZ | 37.07 | 38.86 | 52.56 | - |
| YUV | 167.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 187 | 0.16 | 0.10 | 0 | 0.27 | 219.31 | 0.18 | 0.68 |
| Hex | 9E | A8 | BB | 10 | A | 0 | 1B | DB | 12 | 44 |
| Octal | 236 | 250 | 273 | 20 | 12 | 0 | 33 | 333 | 22 | 104 |
| Binary | 10011110 | 10101000 | 10111011 | 10000 | 1010 | 0 | 11011 | 11011011 | 10010 | 1000100 |
Color Harmonies of #9EA8BB
Complementary color
Monochromatic Colors of #9EA8BB
Black with #9EA8BB
Text Example
Text Example
White with #9EA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8BB; }
p { color: rgb(158,168,187); }
H1.HeaderClassName
{
color: #9EA8BB;
}
.AnyTagClassName
{
color: #9EA8BB;
}
</style>
background-color css
<style>
a { background-color: #9EA8BB; }
a { background-color: rgb(158,168,187); }
div.DivClassName
{
background-color: #9EA8BB;
}
.BgClassName
{
background-color: #9EA8BB;
}
</style>
border-color css
<style>
span { border-color: #9EA8BB; }
span { border-color: rgb(158,168,187); }
td.TdClassName
{
border-color: #9EA8BB;
}
.TagClassName
{
border-color: #9EA8BB;
}
</style>