Shades of Mischka #9FA7B7
Tints of Mischka #9FA7B7
RGB
CMYK
RGB Variations
Color information
#9FA7B7 (or 0x9FA7B7) is known color: Mischka. HEX triplet: 9F, A7 and B7. RGB value is (159,167,183). Sum of RGB (Red+Green+Blue) = 159+167+183=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #9FA7B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA7B7 is #605848. Grayscale: #A6A6A6. Windows color (decimal): -6314057 or 12035999. OLE color: 12035999.
HSL color Cylindrical-coordinate representation of color #9FA7B7: hue angle of 220º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FA7B7 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 167 | 183 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.28 |
| HSL | 220º | 0.14% | 0.67% | - |
| HSV(B) | 220º | 0.13% | 0.72% | - |
| XYZ | 36.66 | 38.43 | 50.28 | - |
| YUV | 166.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 183 | 0.13 | 0.09 | 0 | 0.28 | 220 | 0.14 | 0.67 |
| Hex | 9F | A7 | B7 | D | 9 | 0 | 1C | DC | E | 43 |
| Octal | 237 | 247 | 267 | 15 | 11 | 0 | 34 | 334 | 16 | 103 |
| Binary | 10011111 | 10100111 | 10110111 | 1101 | 1001 | 0 | 11100 | 11011100 | 1110 | 1000011 |
Color Harmonies of #9FA7B7
Complementary color
Monochromatic Colors of #9FA7B7
Black with #9FA7B7
Text Example
Text Example
White with #9FA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA7B7; }
p { color: rgb(159,167,183); }
H1.HeaderClassName
{
color: #9FA7B7;
}
.AnyTagClassName
{
color: #9FA7B7;
}
</style>
background-color css
<style>
a { background-color: #9FA7B7; }
a { background-color: rgb(159,167,183); }
div.DivClassName
{
background-color: #9FA7B7;
}
.BgClassName
{
background-color: #9FA7B7;
}
</style>
border-color css
<style>
span { border-color: #9FA7B7; }
span { border-color: rgb(159,167,183); }
td.TdClassName
{
border-color: #9FA7B7;
}
.TagClassName
{
border-color: #9FA7B7;
}
</style>