Shades of Mischka #9FA9BB
Tints of Mischka #9FA9BB
RGB
CMYK
RGB Variations
Color information
#9FA9BB (or 0x9FA9BB) is known color: Mischka. HEX triplet: 9F, A9 and BB. RGB value is (159,169,187). Sum of RGB (Red+Green+Blue) = 159+169+187=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA9BB is #605644. Grayscale: #A7A7A7. Windows color (decimal): -6313541 or 12298655. OLE color: 12298655.
HSL color Cylindrical-coordinate representation of color #9FA9BB: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA9BB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 169 | 187 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.27 |
| HSL | 218.57º | 0.17% | 0.68% | - |
| HSV(B) | 218.57º | 0.15% | 0.73% | - |
| XYZ | 37.46 | 39.33 | 52.63 | - |
| YUV | 168.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 187 | 0.15 | 0.10 | 0 | 0.27 | 218.57 | 0.17 | 0.68 |
| Hex | 9F | A9 | BB | F | A | 0 | 1B | DB | 11 | 44 |
| Octal | 237 | 251 | 273 | 17 | 12 | 0 | 33 | 333 | 21 | 104 |
| Binary | 10011111 | 10101001 | 10111011 | 1111 | 1010 | 0 | 11011 | 11011011 | 10001 | 1000100 |
Color Harmonies of #9FA9BB
Complementary color
Monochromatic Colors of #9FA9BB
Black with #9FA9BB
Text Example
Text Example
White with #9FA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA9BB; }
p { color: rgb(159,169,187); }
H1.HeaderClassName
{
color: #9FA9BB;
}
.AnyTagClassName
{
color: #9FA9BB;
}
</style>
background-color css
<style>
a { background-color: #9FA9BB; }
a { background-color: rgb(159,169,187); }
div.DivClassName
{
background-color: #9FA9BB;
}
.BgClassName
{
background-color: #9FA9BB;
}
</style>
border-color css
<style>
span { border-color: #9FA9BB; }
span { border-color: rgb(159,169,187); }
td.TdClassName
{
border-color: #9FA9BB;
}
.TagClassName
{
border-color: #9FA9BB;
}
</style>