Shades of Logan #9FA1AF
Tints of Logan #9FA1AF
RGB
CMYK
RGB Variations
Color information
#9FA1AF (or 0x9FA1AF) is known color: Logan. HEX triplet: 9F, A1 and AF. RGB value is (159,161,175). Sum of RGB (Red+Green+Blue) = 159+161+175=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #9FA1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA1AF is #605E50. Grayscale: #A1A1A1. Windows color (decimal): -6315601 or 11510175. OLE color: 11510175.
HSL color Cylindrical-coordinate representation of color #9FA1AF: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA1AF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 161 | 175 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.31 |
| HSL | 232.5º | 0.09% | 0.65% | - |
| HSV(B) | 232.5º | 0.09% | 0.69% | - |
| XYZ | 34.78 | 35.96 | 45.66 | - |
| YUV | 162 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 175 | 0.09 | 0.08 | 0 | 0.31 | 232.5 | 0.09 | 0.65 |
| Hex | 9F | A1 | AF | 9 | 8 | 0 | 1F | E8 | 9 | 41 |
| Octal | 237 | 241 | 257 | 11 | 10 | 0 | 37 | 350 | 11 | 101 |
| Binary | 10011111 | 10100001 | 10101111 | 1001 | 1000 | 0 | 11111 | 11101000 | 1001 | 1000001 |
Color Harmonies of #9FA1AF
Complementary color
Monochromatic Colors of #9FA1AF
Black with #9FA1AF
Text Example
Text Example
White with #9FA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1AF; }
p { color: rgb(159,161,175); }
H1.HeaderClassName
{
color: #9FA1AF;
}
.AnyTagClassName
{
color: #9FA1AF;
}
</style>
background-color css
<style>
a { background-color: #9FA1AF; }
a { background-color: rgb(159,161,175); }
div.DivClassName
{
background-color: #9FA1AF;
}
.BgClassName
{
background-color: #9FA1AF;
}
</style>
border-color css
<style>
span { border-color: #9FA1AF; }
span { border-color: rgb(159,161,175); }
td.TdClassName
{
border-color: #9FA1AF;
}
.TagClassName
{
border-color: #9FA1AF;
}
</style>