Shades of Logan #9FA1BA
Tints of Logan #9FA1BA
RGB
CMYK
RGB Variations
Color information
#9FA1BA (or 0x9FA1BA) is known color: Logan. HEX triplet: 9F, A1 and BA. RGB value is (159,161,186). Sum of RGB (Red+Green+Blue) = 159+161+186=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1BA is #605E45. Grayscale: #A3A3A3. Windows color (decimal): -6315590 or 12231071. OLE color: 12231071.
HSL color Cylindrical-coordinate representation of color #9FA1BA: hue angle of 235.56º degrees, saturation: 0.16, 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 #9FA1BA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 161 | 186 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.27 |
| HSL | 235.56º | 0.16% | 0.68% | - |
| HSV(B) | 235.56º | 0.15% | 0.73% | - |
| XYZ | 35.91 | 36.41 | 51.59 | - |
| YUV | 163.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 186 | 0.15 | 0.13 | 0 | 0.27 | 235.56 | 0.16 | 0.68 |
| Hex | 9F | A1 | BA | F | D | 0 | 1B | EC | 10 | 44 |
| Octal | 237 | 241 | 272 | 17 | 15 | 0 | 33 | 354 | 20 | 104 |
| Binary | 10011111 | 10100001 | 10111010 | 1111 | 1101 | 0 | 11011 | 11101100 | 10000 | 1000100 |
Color Harmonies of #9FA1BA
Complementary color
Monochromatic Colors of #9FA1BA
Black with #9FA1BA
Text Example
Text Example
White with #9FA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1BA; }
p { color: rgb(159,161,186); }
H1.HeaderClassName
{
color: #9FA1BA;
}
.AnyTagClassName
{
color: #9FA1BA;
}
</style>
background-color css
<style>
a { background-color: #9FA1BA; }
a { background-color: rgb(159,161,186); }
div.DivClassName
{
background-color: #9FA1BA;
}
.BgClassName
{
background-color: #9FA1BA;
}
</style>
border-color css
<style>
span { border-color: #9FA1BA; }
span { border-color: rgb(159,161,186); }
td.TdClassName
{
border-color: #9FA1BA;
}
.TagClassName
{
border-color: #9FA1BA;
}
</style>