Shades of Logan #9FA3BB
Tints of Logan #9FA3BB
RGB
CMYK
RGB Variations
Color information
#9FA3BB (or 0x9FA3BB) is known color: Logan. HEX triplet: 9F, A3 and BB. RGB value is (159,163,187). Sum of RGB (Red+Green+Blue) = 159+163+187=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3BB is #605C44. Grayscale: #A4A4A4. Windows color (decimal): -6315077 or 12297119. OLE color: 12297119.
HSL color Cylindrical-coordinate representation of color #9FA3BB: hue angle of 231.43º 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 #9FA3BB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 163 | 187 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.27 |
| HSL | 231.43º | 0.17% | 0.68% | - |
| HSV(B) | 231.43º | 0.15% | 0.73% | - |
| XYZ | 36.36 | 37.15 | 52.27 | - |
| YUV | 164.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 187 | 0.15 | 0.13 | 0 | 0.27 | 231.43 | 0.17 | 0.68 |
| Hex | 9F | A3 | BB | F | D | 0 | 1B | E7 | 11 | 44 |
| Octal | 237 | 243 | 273 | 17 | 15 | 0 | 33 | 347 | 21 | 104 |
| Binary | 10011111 | 10100011 | 10111011 | 1111 | 1101 | 0 | 11011 | 11100111 | 10001 | 1000100 |
Color Harmonies of #9FA3BB
Complementary color
Monochromatic Colors of #9FA3BB
Black with #9FA3BB
Text Example
Text Example
White with #9FA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3BB; }
p { color: rgb(159,163,187); }
H1.HeaderClassName
{
color: #9FA3BB;
}
.AnyTagClassName
{
color: #9FA3BB;
}
</style>
background-color css
<style>
a { background-color: #9FA3BB; }
a { background-color: rgb(159,163,187); }
div.DivClassName
{
background-color: #9FA3BB;
}
.BgClassName
{
background-color: #9FA3BB;
}
</style>
border-color css
<style>
span { border-color: #9FA3BB; }
span { border-color: rgb(159,163,187); }
td.TdClassName
{
border-color: #9FA3BB;
}
.TagClassName
{
border-color: #9FA3BB;
}
</style>