Shades of Logan #9FA0AB
Tints of Logan #9FA0AB
RGB
CMYK
RGB Variations
Color information
#9FA0AB (or 0x9FA0AB) is known color: Logan. HEX triplet: 9F, A0 and AB. RGB value is (159,160,171). Sum of RGB (Red+Green+Blue) = 159+160+171=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA0AB is #605F54. Grayscale: #A0A0A0. Windows color (decimal): -6315861 or 11247775. OLE color: 11247775.
HSL color Cylindrical-coordinate representation of color #9FA0AB: hue angle of 235º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA0AB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 160 | 171 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.33 |
| HSL | 235º | 0.07% | 0.65% | - |
| HSV(B) | 235º | 0.07% | 0.67% | - |
| XYZ | 34.22 | 35.45 | 43.57 | - |
| YUV | 160.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 171 | 0.07 | 0.06 | 0 | 0.33 | 235 | 0.07 | 0.65 |
| Hex | 9F | A0 | AB | 7 | 6 | 0 | 21 | EB | 7 | 41 |
| Octal | 237 | 240 | 253 | 7 | 6 | 0 | 41 | 353 | 7 | 101 |
| Binary | 10011111 | 10100000 | 10101011 | 111 | 110 | 0 | 100001 | 11101011 | 111 | 1000001 |
Color Harmonies of #9FA0AB
Complementary color
Monochromatic Colors of #9FA0AB
Black with #9FA0AB
Text Example
Text Example
White with #9FA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0AB; }
p { color: rgb(159,160,171); }
H1.HeaderClassName
{
color: #9FA0AB;
}
.AnyTagClassName
{
color: #9FA0AB;
}
</style>
background-color css
<style>
a { background-color: #9FA0AB; }
a { background-color: rgb(159,160,171); }
div.DivClassName
{
background-color: #9FA0AB;
}
.BgClassName
{
background-color: #9FA0AB;
}
</style>
border-color css
<style>
span { border-color: #9FA0AB; }
span { border-color: rgb(159,160,171); }
td.TdClassName
{
border-color: #9FA0AB;
}
.TagClassName
{
border-color: #9FA0AB;
}
</style>