Shades of Mischka #9FA8BB
Tints of Mischka #9FA8BB
RGB
CMYK
RGB Variations
Color information
#9FA8BB (or 0x9FA8BB) is known color: Mischka. HEX triplet: 9F, A8 and BB. RGB value is (159,168,187). Sum of RGB (Red+Green+Blue) = 159+168+187=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8BB is #605744. Grayscale: #A7A7A7. Windows color (decimal): -6313797 or 12298399. OLE color: 12298399.
HSL color Cylindrical-coordinate representation of color #9FA8BB: hue angle of 220.71º 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 #9FA8BB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 168 | 187 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.27 |
| HSL | 220.71º | 0.17% | 0.68% | - |
| HSV(B) | 220.71º | 0.15% | 0.73% | - |
| XYZ | 37.27 | 38.96 | 52.57 | - |
| YUV | 167.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 187 | 0.15 | 0.10 | 0 | 0.27 | 220.71 | 0.17 | 0.68 |
| Hex | 9F | A8 | BB | F | A | 0 | 1B | DD | 11 | 44 |
| Octal | 237 | 250 | 273 | 17 | 12 | 0 | 33 | 335 | 21 | 104 |
| Binary | 10011111 | 10101000 | 10111011 | 1111 | 1010 | 0 | 11011 | 11011101 | 10001 | 1000100 |
Color Harmonies of #9FA8BB
Complementary color
Monochromatic Colors of #9FA8BB
Black with #9FA8BB
Text Example
Text Example
White with #9FA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8BB; }
p { color: rgb(159,168,187); }
H1.HeaderClassName
{
color: #9FA8BB;
}
.AnyTagClassName
{
color: #9FA8BB;
}
</style>
background-color css
<style>
a { background-color: #9FA8BB; }
a { background-color: rgb(159,168,187); }
div.DivClassName
{
background-color: #9FA8BB;
}
.BgClassName
{
background-color: #9FA8BB;
}
</style>
border-color css
<style>
span { border-color: #9FA8BB; }
span { border-color: rgb(159,168,187); }
td.TdClassName
{
border-color: #9FA8BB;
}
.TagClassName
{
border-color: #9FA8BB;
}
</style>