Shades of Mischka #9BA1B1
Tints of Mischka #9BA1B1
RGB
CMYK
RGB Variations
Color information
#9BA1B1 (or 0x9BA1B1) is known color: Mischka. HEX triplet: 9B, A1 and B1. RGB value is (155,161,177). Sum of RGB (Red+Green+Blue) = 155+161+177=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BA1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA1B1 is #645E4E. Grayscale: #A0A0A0. Windows color (decimal): -6577743 or 11641243. OLE color: 11641243.
HSL color Cylindrical-coordinate representation of color #9BA1B1: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA1B1 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 161 | 177 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.31 |
| HSL | 223.64º | 0.12% | 0.65% | - |
| HSV(B) | 223.64º | 0.12% | 0.69% | - |
| XYZ | 34.2 | 35.63 | 46.67 | - |
| YUV | 161.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 177 | 0.12 | 0.09 | 0 | 0.31 | 223.64 | 0.12 | 0.65 |
| Hex | 9B | A1 | B1 | C | 9 | 0 | 1F | E0 | C | 41 |
| Octal | 233 | 241 | 261 | 14 | 11 | 0 | 37 | 340 | 14 | 101 |
| Binary | 10011011 | 10100001 | 10110001 | 1100 | 1001 | 0 | 11111 | 11100000 | 1100 | 1000001 |
Color Harmonies of #9BA1B1
Complementary color
Monochromatic Colors of #9BA1B1
Black with #9BA1B1
Text Example
Text Example
White with #9BA1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1B1; }
p { color: rgb(155,161,177); }
H1.HeaderClassName
{
color: #9BA1B1;
}
.AnyTagClassName
{
color: #9BA1B1;
}
</style>
background-color css
<style>
a { background-color: #9BA1B1; }
a { background-color: rgb(155,161,177); }
div.DivClassName
{
background-color: #9BA1B1;
}
.BgClassName
{
background-color: #9BA1B1;
}
</style>
border-color css
<style>
span { border-color: #9BA1B1; }
span { border-color: rgb(155,161,177); }
td.TdClassName
{
border-color: #9BA1B1;
}
.TagClassName
{
border-color: #9BA1B1;
}
</style>