Shades of Logan #9FA2BE
Tints of Logan #9FA2BE
RGB
CMYK
RGB Variations
Color information
#9FA2BE (or 0x9FA2BE) is known color: Logan. HEX triplet: 9F, A2 and BE. RGB value is (159,162,190). Sum of RGB (Red+Green+Blue) = 159+162+190=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2BE is #605D41. Grayscale: #A4A4A4. Windows color (decimal): -6315330 or 12493471. OLE color: 12493471.
HSL color Cylindrical-coordinate representation of color #9FA2BE: hue angle of 234.19º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FA2BE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 162 | 190 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.25 |
| HSL | 234.19º | 0.19% | 0.68% | - |
| HSV(B) | 234.19º | 0.16% | 0.75% | - |
| XYZ | 36.51 | 36.93 | 53.92 | - |
| YUV | 164.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 190 | 0.16 | 0.15 | 0 | 0.25 | 234.19 | 0.19 | 0.68 |
| Hex | 9F | A2 | BE | 10 | F | 0 | 19 | EA | 13 | 44 |
| Octal | 237 | 242 | 276 | 20 | 17 | 0 | 31 | 352 | 23 | 104 |
| Binary | 10011111 | 10100010 | 10111110 | 10000 | 1111 | 0 | 11001 | 11101010 | 10011 | 1000100 |
Color Harmonies of #9FA2BE
Complementary color
Monochromatic Colors of #9FA2BE
Black with #9FA2BE
Text Example
Text Example
White with #9FA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA2BE; }
p { color: rgb(159,162,190); }
H1.HeaderClassName
{
color: #9FA2BE;
}
.AnyTagClassName
{
color: #9FA2BE;
}
</style>
background-color css
<style>
a { background-color: #9FA2BE; }
a { background-color: rgb(159,162,190); }
div.DivClassName
{
background-color: #9FA2BE;
}
.BgClassName
{
background-color: #9FA2BE;
}
</style>
border-color css
<style>
span { border-color: #9FA2BE; }
span { border-color: rgb(159,162,190); }
td.TdClassName
{
border-color: #9FA2BE;
}
.TagClassName
{
border-color: #9FA2BE;
}
</style>