Shades of Mischka #9CA3BA
Tints of Mischka #9CA3BA
RGB
CMYK
RGB Variations
Color information
#9CA3BA (or 0x9CA3BA) is known color: Mischka. HEX triplet: 9C, A3 and BA. RGB value is (156,163,186). Sum of RGB (Red+Green+Blue) = 156+163+186=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3BA is #635C45. Grayscale: #A3A3A3. Windows color (decimal): -6511686 or 12231580. OLE color: 12231580.
HSL color Cylindrical-coordinate representation of color #9CA3BA: hue angle of 226º 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 #9CA3BA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 163 | 186 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.27 |
| HSL | 226º | 0.18% | 0.67% | - |
| HSV(B) | 226º | 0.16% | 0.73% | - |
| XYZ | 35.67 | 36.81 | 51.68 | - |
| YUV | 163.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 186 | 0.16 | 0.12 | 0 | 0.27 | 226 | 0.18 | 0.67 |
| Hex | 9C | A3 | BA | 10 | C | 0 | 1B | E2 | 12 | 43 |
| Octal | 234 | 243 | 272 | 20 | 14 | 0 | 33 | 342 | 22 | 103 |
| Binary | 10011100 | 10100011 | 10111010 | 10000 | 1100 | 0 | 11011 | 11100010 | 10010 | 1000011 |
Color Harmonies of #9CA3BA
Complementary color
Monochromatic Colors of #9CA3BA
Black with #9CA3BA
Text Example
Text Example
White with #9CA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA3BA; }
p { color: rgb(156,163,186); }
H1.HeaderClassName
{
color: #9CA3BA;
}
.AnyTagClassName
{
color: #9CA3BA;
}
</style>
background-color css
<style>
a { background-color: #9CA3BA; }
a { background-color: rgb(156,163,186); }
div.DivClassName
{
background-color: #9CA3BA;
}
.BgClassName
{
background-color: #9CA3BA;
}
</style>
border-color css
<style>
span { border-color: #9CA3BA; }
span { border-color: rgb(156,163,186); }
td.TdClassName
{
border-color: #9CA3BA;
}
.TagClassName
{
border-color: #9CA3BA;
}
</style>