Shades of Mischka #9EA5B3
Tints of Mischka #9EA5B3
RGB
CMYK
RGB Variations
Color information
#9EA5B3 (or 0x9EA5B3) is known color: Mischka. HEX triplet: 9E, A5 and B3. RGB value is (158,165,179). Sum of RGB (Red+Green+Blue) = 158+165+179=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #9EA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5B3 is #615A4C. Grayscale: #A4A4A4. Windows color (decimal): -6380109 or 11773342. OLE color: 11773342.
HSL color Cylindrical-coordinate representation of color #9EA5B3: hue angle of 220º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA5B3 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 165 | 179 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.30 |
| HSL | 220º | 0.12% | 0.66% | - |
| HSV(B) | 220º | 0.12% | 0.7% | - |
| XYZ | 35.69 | 37.43 | 47.99 | - |
| YUV | 164.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 179 | 0.12 | 0.08 | 0 | 0.30 | 220 | 0.12 | 0.66 |
| Hex | 9E | A5 | B3 | C | 8 | 0 | 1E | DC | C | 42 |
| Octal | 236 | 245 | 263 | 14 | 10 | 0 | 36 | 334 | 14 | 102 |
| Binary | 10011110 | 10100101 | 10110011 | 1100 | 1000 | 0 | 11110 | 11011100 | 1100 | 1000010 |
Color Harmonies of #9EA5B3
Complementary color
Monochromatic Colors of #9EA5B3
Black with #9EA5B3
Text Example
Text Example
White with #9EA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5B3; }
p { color: rgb(158,165,179); }
H1.HeaderClassName
{
color: #9EA5B3;
}
.AnyTagClassName
{
color: #9EA5B3;
}
</style>
background-color css
<style>
a { background-color: #9EA5B3; }
a { background-color: rgb(158,165,179); }
div.DivClassName
{
background-color: #9EA5B3;
}
.BgClassName
{
background-color: #9EA5B3;
}
</style>
border-color css
<style>
span { border-color: #9EA5B3; }
span { border-color: rgb(158,165,179); }
td.TdClassName
{
border-color: #9EA5B3;
}
.TagClassName
{
border-color: #9EA5B3;
}
</style>