Shades of Mischka #9FA8BC
Tints of Mischka #9FA8BC
RGB
CMYK
RGB Variations
Color information
#9FA8BC (or 0x9FA8BC) is known color: Mischka. HEX triplet: 9F, A8 and BC. RGB value is (159,168,188). Sum of RGB (Red+Green+Blue) = 159+168+188=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8BC is #605743. Grayscale: #A7A7A7. Windows color (decimal): -6313796 or 12363935. OLE color: 12363935.
HSL color Cylindrical-coordinate representation of color #9FA8BC: hue angle of 221.38º 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 #9FA8BC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 168 | 188 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.26 |
| HSL | 221.38º | 0.18% | 0.68% | - |
| HSV(B) | 221.38º | 0.15% | 0.74% | - |
| XYZ | 37.38 | 39.01 | 53.14 | - |
| YUV | 167.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 188 | 0.15 | 0.11 | 0 | 0.26 | 221.38 | 0.18 | 0.68 |
| Hex | 9F | A8 | BC | F | B | 0 | 1A | DD | 12 | 44 |
| Octal | 237 | 250 | 274 | 17 | 13 | 0 | 32 | 335 | 22 | 104 |
| Binary | 10011111 | 10101000 | 10111100 | 1111 | 1011 | 0 | 11010 | 11011101 | 10010 | 1000100 |
Color Harmonies of #9FA8BC
Complementary color
Monochromatic Colors of #9FA8BC
Black with #9FA8BC
Text Example
Text Example
White with #9FA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8BC; }
p { color: rgb(159,168,188); }
H1.HeaderClassName
{
color: #9FA8BC;
}
.AnyTagClassName
{
color: #9FA8BC;
}
</style>
background-color css
<style>
a { background-color: #9FA8BC; }
a { background-color: rgb(159,168,188); }
div.DivClassName
{
background-color: #9FA8BC;
}
.BgClassName
{
background-color: #9FA8BC;
}
</style>
border-color css
<style>
span { border-color: #9FA8BC; }
span { border-color: rgb(159,168,188); }
td.TdClassName
{
border-color: #9FA8BC;
}
.TagClassName
{
border-color: #9FA8BC;
}
</style>