Shades of Mischka #9FA5BB
Tints of Mischka #9FA5BB
RGB
CMYK
RGB Variations
Color information
#9FA5BB (or 0x9FA5BB) is known color: Mischka. HEX triplet: 9F, A5 and BB. RGB value is (159,165,187). Sum of RGB (Red+Green+Blue) = 159+165+187=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5BB is #605A44. Grayscale: #A5A5A5. Windows color (decimal): -6314565 or 12297631. OLE color: 12297631.
HSL color Cylindrical-coordinate representation of color #9FA5BB: hue angle of 227.14º 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 #9FA5BB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 165 | 187 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.27 |
| HSL | 227.14º | 0.17% | 0.68% | - |
| HSV(B) | 227.14º | 0.15% | 0.73% | - |
| XYZ | 36.72 | 37.87 | 52.39 | - |
| YUV | 165.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 187 | 0.15 | 0.12 | 0 | 0.27 | 227.14 | 0.17 | 0.68 |
| Hex | 9F | A5 | BB | F | C | 0 | 1B | E3 | 11 | 44 |
| Octal | 237 | 245 | 273 | 17 | 14 | 0 | 33 | 343 | 21 | 104 |
| Binary | 10011111 | 10100101 | 10111011 | 1111 | 1100 | 0 | 11011 | 11100011 | 10001 | 1000100 |
Color Harmonies of #9FA5BB
Complementary color
Monochromatic Colors of #9FA5BB
Black with #9FA5BB
Text Example
Text Example
White with #9FA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA5BB; }
p { color: rgb(159,165,187); }
H1.HeaderClassName
{
color: #9FA5BB;
}
.AnyTagClassName
{
color: #9FA5BB;
}
</style>
background-color css
<style>
a { background-color: #9FA5BB; }
a { background-color: rgb(159,165,187); }
div.DivClassName
{
background-color: #9FA5BB;
}
.BgClassName
{
background-color: #9FA5BB;
}
</style>
border-color css
<style>
span { border-color: #9FA5BB; }
span { border-color: rgb(159,165,187); }
td.TdClassName
{
border-color: #9FA5BB;
}
.TagClassName
{
border-color: #9FA5BB;
}
</style>