Shades of Logan #9FA2BA
Tints of Logan #9FA2BA
RGB
CMYK
RGB Variations
Color information
#9FA2BA (or 0x9FA2BA) is known color: Logan. HEX triplet: 9F, A2 and BA. RGB value is (159,162,186). Sum of RGB (Red+Green+Blue) = 159+162+186=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2BA is #605D45. Grayscale: #A3A3A3. Windows color (decimal): -6315334 or 12231327. OLE color: 12231327.
HSL color Cylindrical-coordinate representation of color #9FA2BA: hue angle of 233.33º 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 #9FA2BA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 162 | 186 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.27 |
| HSL | 233.33º | 0.16% | 0.68% | - |
| HSV(B) | 233.33º | 0.15% | 0.73% | - |
| XYZ | 36.08 | 36.76 | 51.65 | - |
| YUV | 163.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 186 | 0.15 | 0.13 | 0 | 0.27 | 233.33 | 0.16 | 0.68 |
| Hex | 9F | A2 | BA | F | D | 0 | 1B | E9 | 10 | 44 |
| Octal | 237 | 242 | 272 | 17 | 15 | 0 | 33 | 351 | 20 | 104 |
| Binary | 10011111 | 10100010 | 10111010 | 1111 | 1101 | 0 | 11011 | 11101001 | 10000 | 1000100 |
Color Harmonies of #9FA2BA
Complementary color
Monochromatic Colors of #9FA2BA
Black with #9FA2BA
Text Example
Text Example
White with #9FA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA2BA; }
p { color: rgb(159,162,186); }
H1.HeaderClassName
{
color: #9FA2BA;
}
.AnyTagClassName
{
color: #9FA2BA;
}
</style>
background-color css
<style>
a { background-color: #9FA2BA; }
a { background-color: rgb(159,162,186); }
div.DivClassName
{
background-color: #9FA2BA;
}
.BgClassName
{
background-color: #9FA2BA;
}
</style>
border-color css
<style>
span { border-color: #9FA2BA; }
span { border-color: rgb(159,162,186); }
td.TdClassName
{
border-color: #9FA2BA;
}
.TagClassName
{
border-color: #9FA2BA;
}
</style>