Shades of Mischka #9CA2BA
Tints of Mischka #9CA2BA
RGB
CMYK
RGB Variations
Color information
#9CA2BA (or 0x9CA2BA) is known color: Mischka. HEX triplet: 9C, A2 and BA. RGB value is (156,162,186). Sum of RGB (Red+Green+Blue) = 156+162+186=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2BA is #635D45. Grayscale: #A2A2A2. Windows color (decimal): -6511942 or 12231324. OLE color: 12231324.
HSL color Cylindrical-coordinate representation of color #9CA2BA: hue angle of 228º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CA2BA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 162 | 186 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.27 |
| HSL | 228º | 0.18% | 0.67% | - |
| HSV(B) | 228º | 0.16% | 0.73% | - |
| XYZ | 35.49 | 36.45 | 51.62 | - |
| YUV | 162.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 186 | 0.16 | 0.13 | 0 | 0.27 | 228 | 0.18 | 0.67 |
| Hex | 9C | A2 | BA | 10 | D | 0 | 1B | E4 | 12 | 43 |
| Octal | 234 | 242 | 272 | 20 | 15 | 0 | 33 | 344 | 22 | 103 |
| Binary | 10011100 | 10100010 | 10111010 | 10000 | 1101 | 0 | 11011 | 11100100 | 10010 | 1000011 |
Color Harmonies of #9CA2BA
Complementary color
Monochromatic Colors of #9CA2BA
Black with #9CA2BA
Text Example
Text Example
White with #9CA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA2BA; }
p { color: rgb(156,162,186); }
H1.HeaderClassName
{
color: #9CA2BA;
}
.AnyTagClassName
{
color: #9CA2BA;
}
</style>
background-color css
<style>
a { background-color: #9CA2BA; }
a { background-color: rgb(156,162,186); }
div.DivClassName
{
background-color: #9CA2BA;
}
.BgClassName
{
background-color: #9CA2BA;
}
</style>
border-color css
<style>
span { border-color: #9CA2BA; }
span { border-color: rgb(156,162,186); }
td.TdClassName
{
border-color: #9CA2BA;
}
.TagClassName
{
border-color: #9CA2BA;
}
</style>