Shades of Mischka #9C9EA4
Tints of Mischka #9C9EA4
RGB
CMYK
RGB Variations
Color information
#9C9EA4 (or 0x9C9EA4) is known color: Mischka. HEX triplet: 9C, 9E and A4. RGB value is (156,158,164). Sum of RGB (Red+Green+Blue) = 156+158+164=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C9EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9EA4 is #63615B. Grayscale: #9E9E9E. Windows color (decimal): -6512988 or 10788508. OLE color: 10788508.
HSL color Cylindrical-coordinate representation of color #9C9EA4: hue angle of 225º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9C9EA4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 158 | 164 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.36 |
| HSL | 225º | 0.04% | 0.63% | - |
| HSV(B) | 225º | 0.05% | 0.64% | - |
| XYZ | 32.64 | 34.2 | 40 | - |
| YUV | 158.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 164 | 0.05 | 0.04 | 0 | 0.36 | 225 | 0.04 | 0.63 |
| Hex | 9C | 9E | A4 | 5 | 4 | 0 | 24 | E1 | 4 | 3F |
| Octal | 234 | 236 | 244 | 5 | 4 | 0 | 44 | 341 | 4 | 77 |
| Binary | 10011100 | 10011110 | 10100100 | 101 | 100 | 0 | 100100 | 11100001 | 100 | 111111 |
Color Harmonies of #9C9EA4
Complementary color
Monochromatic Colors of #9C9EA4
Black with #9C9EA4
Text Example
Text Example
White with #9C9EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EA4; }
p { color: rgb(156,158,164); }
H1.HeaderClassName
{
color: #9C9EA4;
}
.AnyTagClassName
{
color: #9C9EA4;
}
</style>
background-color css
<style>
a { background-color: #9C9EA4; }
a { background-color: rgb(156,158,164); }
div.DivClassName
{
background-color: #9C9EA4;
}
.BgClassName
{
background-color: #9C9EA4;
}
</style>
border-color css
<style>
span { border-color: #9C9EA4; }
span { border-color: rgb(156,158,164); }
td.TdClassName
{
border-color: #9C9EA4;
}
.TagClassName
{
border-color: #9C9EA4;
}
</style>