Shades of Mischka #9EA3B3
Tints of Mischka #9EA3B3
RGB
CMYK
RGB Variations
Color information
#9EA3B3 (or 0x9EA3B3) is known color: Mischka. HEX triplet: 9E, A3 and B3. RGB value is (158,163,179). Sum of RGB (Red+Green+Blue) = 158+163+179=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #9EA3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3B3 is #615C4C. Grayscale: #A3A3A3. Windows color (decimal): -6380621 or 11772830. OLE color: 11772830.
HSL color Cylindrical-coordinate representation of color #9EA3B3: hue angle of 225.71º 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 #9EA3B3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 163 | 179 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.30 |
| HSL | 225.71º | 0.12% | 0.66% | - |
| HSV(B) | 225.71º | 0.12% | 0.7% | - |
| XYZ | 35.33 | 36.72 | 47.87 | - |
| YUV | 163.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 179 | 0.12 | 0.09 | 0 | 0.30 | 225.71 | 0.12 | 0.66 |
| Hex | 9E | A3 | B3 | C | 9 | 0 | 1E | E2 | C | 42 |
| Octal | 236 | 243 | 263 | 14 | 11 | 0 | 36 | 342 | 14 | 102 |
| Binary | 10011110 | 10100011 | 10110011 | 1100 | 1001 | 0 | 11110 | 11100010 | 1100 | 1000010 |
Color Harmonies of #9EA3B3
Complementary color
Monochromatic Colors of #9EA3B3
Black with #9EA3B3
Text Example
Text Example
White with #9EA3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA3B3; }
p { color: rgb(158,163,179); }
H1.HeaderClassName
{
color: #9EA3B3;
}
.AnyTagClassName
{
color: #9EA3B3;
}
</style>
background-color css
<style>
a { background-color: #9EA3B3; }
a { background-color: rgb(158,163,179); }
div.DivClassName
{
background-color: #9EA3B3;
}
.BgClassName
{
background-color: #9EA3B3;
}
</style>
border-color css
<style>
span { border-color: #9EA3B3; }
span { border-color: rgb(158,163,179); }
td.TdClassName
{
border-color: #9EA3B3;
}
.TagClassName
{
border-color: #9EA3B3;
}
</style>