Shades of Mischka #9FA7BC
Tints of Mischka #9FA7BC
RGB
CMYK
RGB Variations
Color information
#9FA7BC (or 0x9FA7BC) is known color: Mischka. HEX triplet: 9F, A7 and BC. RGB value is (159,167,188). Sum of RGB (Red+Green+Blue) = 159+167+188=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA7BC is #605843. Grayscale: #A6A6A6. Windows color (decimal): -6314052 or 12363679. OLE color: 12363679.
HSL color Cylindrical-coordinate representation of color #9FA7BC: hue angle of 223.45º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA7BC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 167 | 188 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.26 |
| HSL | 223.45º | 0.18% | 0.68% | - |
| HSV(B) | 223.45º | 0.15% | 0.74% | - |
| XYZ | 37.19 | 38.64 | 53.07 | - |
| YUV | 167 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 188 | 0.15 | 0.11 | 0 | 0.26 | 223.45 | 0.18 | 0.68 |
| Hex | 9F | A7 | BC | F | B | 0 | 1A | DF | 12 | 44 |
| Octal | 237 | 247 | 274 | 17 | 13 | 0 | 32 | 337 | 22 | 104 |
| Binary | 10011111 | 10100111 | 10111100 | 1111 | 1011 | 0 | 11010 | 11011111 | 10010 | 1000100 |
Color Harmonies of #9FA7BC
Complementary color
Monochromatic Colors of #9FA7BC
Black with #9FA7BC
Text Example
Text Example
White with #9FA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA7BC; }
p { color: rgb(159,167,188); }
H1.HeaderClassName
{
color: #9FA7BC;
}
.AnyTagClassName
{
color: #9FA7BC;
}
</style>
background-color css
<style>
a { background-color: #9FA7BC; }
a { background-color: rgb(159,167,188); }
div.DivClassName
{
background-color: #9FA7BC;
}
.BgClassName
{
background-color: #9FA7BC;
}
</style>
border-color css
<style>
span { border-color: #9FA7BC; }
span { border-color: rgb(159,167,188); }
td.TdClassName
{
border-color: #9FA7BC;
}
.TagClassName
{
border-color: #9FA7BC;
}
</style>