Shades of Logan #9FA0AD
Tints of Logan #9FA0AD
RGB
CMYK
RGB Variations
Color information
#9FA0AD (or 0x9FA0AD) is known color: Logan. HEX triplet: 9F, A0 and AD. RGB value is (159,160,173). Sum of RGB (Red+Green+Blue) = 159+160+173=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA0AD is #605F52. Grayscale: #A1A1A1. Windows color (decimal): -6315859 or 11378847. OLE color: 11378847.
HSL color Cylindrical-coordinate representation of color #9FA0AD: hue angle of 235.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FA0AD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 160 | 173 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.32 |
| HSL | 235.71º | 0.08% | 0.65% | - |
| HSV(B) | 235.71º | 0.08% | 0.68% | - |
| XYZ | 34.41 | 35.53 | 44.58 | - |
| YUV | 161.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 173 | 0.08 | 0.08 | 0 | 0.32 | 235.71 | 0.08 | 0.65 |
| Hex | 9F | A0 | AD | 8 | 8 | 0 | 20 | EC | 8 | 41 |
| Octal | 237 | 240 | 255 | 10 | 10 | 0 | 40 | 354 | 10 | 101 |
| Binary | 10011111 | 10100000 | 10101101 | 1000 | 1000 | 0 | 100000 | 11101100 | 1000 | 1000001 |
Color Harmonies of #9FA0AD
Complementary color
Monochromatic Colors of #9FA0AD
Black with #9FA0AD
Text Example
Text Example
White with #9FA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0AD; }
p { color: rgb(159,160,173); }
H1.HeaderClassName
{
color: #9FA0AD;
}
.AnyTagClassName
{
color: #9FA0AD;
}
</style>
background-color css
<style>
a { background-color: #9FA0AD; }
a { background-color: rgb(159,160,173); }
div.DivClassName
{
background-color: #9FA0AD;
}
.BgClassName
{
background-color: #9FA0AD;
}
</style>
border-color css
<style>
span { border-color: #9FA0AD; }
span { border-color: rgb(159,160,173); }
td.TdClassName
{
border-color: #9FA0AD;
}
.TagClassName
{
border-color: #9FA0AD;
}
</style>