Shades of Mischka #9FA6BC
Tints of Mischka #9FA6BC
RGB
CMYK
RGB Variations
Color information
#9FA6BC (or 0x9FA6BC) is known color: Mischka. HEX triplet: 9F, A6 and BC. RGB value is (159,166,188). Sum of RGB (Red+Green+Blue) = 159+166+188=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6BC is #605943. Grayscale: #A6A6A6. Windows color (decimal): -6314308 or 12363423. OLE color: 12363423.
HSL color Cylindrical-coordinate representation of color #9FA6BC: hue angle of 225.52º 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 #9FA6BC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 166 | 188 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.26 |
| HSL | 225.52º | 0.18% | 0.68% | - |
| HSV(B) | 225.52º | 0.15% | 0.74% | - |
| XYZ | 37.01 | 38.27 | 53.01 | - |
| YUV | 166.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 188 | 0.15 | 0.12 | 0 | 0.26 | 225.52 | 0.18 | 0.68 |
| Hex | 9F | A6 | BC | F | C | 0 | 1A | E2 | 12 | 44 |
| Octal | 237 | 246 | 274 | 17 | 14 | 0 | 32 | 342 | 22 | 104 |
| Binary | 10011111 | 10100110 | 10111100 | 1111 | 1100 | 0 | 11010 | 11100010 | 10010 | 1000100 |
Color Harmonies of #9FA6BC
Complementary color
Monochromatic Colors of #9FA6BC
Black with #9FA6BC
Text Example
Text Example
White with #9FA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6BC; }
p { color: rgb(159,166,188); }
H1.HeaderClassName
{
color: #9FA6BC;
}
.AnyTagClassName
{
color: #9FA6BC;
}
</style>
background-color css
<style>
a { background-color: #9FA6BC; }
a { background-color: rgb(159,166,188); }
div.DivClassName
{
background-color: #9FA6BC;
}
.BgClassName
{
background-color: #9FA6BC;
}
</style>
border-color css
<style>
span { border-color: #9FA6BC; }
span { border-color: rgb(159,166,188); }
td.TdClassName
{
border-color: #9FA6BC;
}
.TagClassName
{
border-color: #9FA6BC;
}
</style>