Shades of Mischka #9BA1AD
Tints of Mischka #9BA1AD
RGB
CMYK
RGB Variations
Color information
#9BA1AD (or 0x9BA1AD) is known color: Mischka. HEX triplet: 9B, A1 and AD. RGB value is (155,161,173). Sum of RGB (Red+Green+Blue) = 155+161+173=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA1AD is #645E52. Grayscale: #A0A0A0. Windows color (decimal): -6577747 or 11379099. OLE color: 11379099.
HSL color Cylindrical-coordinate representation of color #9BA1AD: hue angle of 220º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BA1AD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 161 | 173 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.32 |
| HSL | 220º | 0.1% | 0.64% | - |
| HSV(B) | 220º | 0.1% | 0.68% | - |
| XYZ | 33.81 | 35.48 | 44.6 | - |
| YUV | 160.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 173 | 0.10 | 0.07 | 0 | 0.32 | 220 | 0.1 | 0.64 |
| Hex | 9B | A1 | AD | A | 7 | 0 | 20 | DC | A | 40 |
| Octal | 233 | 241 | 255 | 12 | 7 | 0 | 40 | 334 | 12 | 100 |
| Binary | 10011011 | 10100001 | 10101101 | 1010 | 111 | 0 | 100000 | 11011100 | 1010 | 1000000 |
Color Harmonies of #9BA1AD
Complementary color
Monochromatic Colors of #9BA1AD
Black with #9BA1AD
Text Example
Text Example
White with #9BA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1AD; }
p { color: rgb(155,161,173); }
H1.HeaderClassName
{
color: #9BA1AD;
}
.AnyTagClassName
{
color: #9BA1AD;
}
</style>
background-color css
<style>
a { background-color: #9BA1AD; }
a { background-color: rgb(155,161,173); }
div.DivClassName
{
background-color: #9BA1AD;
}
.BgClassName
{
background-color: #9BA1AD;
}
</style>
border-color css
<style>
span { border-color: #9BA1AD; }
span { border-color: rgb(155,161,173); }
td.TdClassName
{
border-color: #9BA1AD;
}
.TagClassName
{
border-color: #9BA1AD;
}
</style>