Shades of Logan #9FA2BB
Tints of Logan #9FA2BB
RGB
CMYK
RGB Variations
Color information
#9FA2BB (or 0x9FA2BB) is known color: Logan. HEX triplet: 9F, A2 and BB. RGB value is (159,162,187). Sum of RGB (Red+Green+Blue) = 159+162+187=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2BB is #605D44. Grayscale: #A3A3A3. Windows color (decimal): -6315333 or 12296863. OLE color: 12296863.
HSL color Cylindrical-coordinate representation of color #9FA2BB: hue angle of 233.57º degrees, saturation: 0.17, 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 #9FA2BB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 162 | 187 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.27 |
| HSL | 233.57º | 0.17% | 0.68% | - |
| HSV(B) | 233.57º | 0.15% | 0.73% | - |
| XYZ | 36.19 | 36.8 | 52.21 | - |
| YUV | 163.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 187 | 0.15 | 0.13 | 0 | 0.27 | 233.57 | 0.17 | 0.68 |
| Hex | 9F | A2 | BB | F | D | 0 | 1B | EA | 11 | 44 |
| Octal | 237 | 242 | 273 | 17 | 15 | 0 | 33 | 352 | 21 | 104 |
| Binary | 10011111 | 10100010 | 10111011 | 1111 | 1101 | 0 | 11011 | 11101010 | 10001 | 1000100 |
Color Harmonies of #9FA2BB
Complementary color
Monochromatic Colors of #9FA2BB
Black with #9FA2BB
Text Example
Text Example
White with #9FA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA2BB; }
p { color: rgb(159,162,187); }
H1.HeaderClassName
{
color: #9FA2BB;
}
.AnyTagClassName
{
color: #9FA2BB;
}
</style>
background-color css
<style>
a { background-color: #9FA2BB; }
a { background-color: rgb(159,162,187); }
div.DivClassName
{
background-color: #9FA2BB;
}
.BgClassName
{
background-color: #9FA2BB;
}
</style>
border-color css
<style>
span { border-color: #9FA2BB; }
span { border-color: rgb(159,162,187); }
td.TdClassName
{
border-color: #9FA2BB;
}
.TagClassName
{
border-color: #9FA2BB;
}
</style>