Shades of Logan #9FA3BD
Tints of Logan #9FA3BD
RGB
CMYK
RGB Variations
Color information
#9FA3BD (or 0x9FA3BD) is known color: Logan. HEX triplet: 9F, A3 and BD. RGB value is (159,163,189). Sum of RGB (Red+Green+Blue) = 159+163+189=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3BD is #605C42. Grayscale: #A4A4A4. Windows color (decimal): -6315075 or 12428191. OLE color: 12428191.
HSL color Cylindrical-coordinate representation of color #9FA3BD: hue angle of 232º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FA3BD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 163 | 189 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.26 |
| HSL | 232º | 0.19% | 0.68% | - |
| HSV(B) | 232º | 0.16% | 0.74% | - |
| XYZ | 36.58 | 37.24 | 53.4 | - |
| YUV | 164.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 189 | 0.16 | 0.14 | 0 | 0.26 | 232 | 0.19 | 0.68 |
| Hex | 9F | A3 | BD | 10 | E | 0 | 1A | E8 | 13 | 44 |
| Octal | 237 | 243 | 275 | 20 | 16 | 0 | 32 | 350 | 23 | 104 |
| Binary | 10011111 | 10100011 | 10111101 | 10000 | 1110 | 0 | 11010 | 11101000 | 10011 | 1000100 |
Color Harmonies of #9FA3BD
Complementary color
Monochromatic Colors of #9FA3BD
Black with #9FA3BD
Text Example
Text Example
White with #9FA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3BD; }
p { color: rgb(159,163,189); }
H1.HeaderClassName
{
color: #9FA3BD;
}
.AnyTagClassName
{
color: #9FA3BD;
}
</style>
background-color css
<style>
a { background-color: #9FA3BD; }
a { background-color: rgb(159,163,189); }
div.DivClassName
{
background-color: #9FA3BD;
}
.BgClassName
{
background-color: #9FA3BD;
}
</style>
border-color css
<style>
span { border-color: #9FA3BD; }
span { border-color: rgb(159,163,189); }
td.TdClassName
{
border-color: #9FA3BD;
}
.TagClassName
{
border-color: #9FA3BD;
}
</style>