Shades of Logan #9FA0BD
Tints of Logan #9FA0BD
RGB
CMYK
RGB Variations
Color information
#9FA0BD (or 0x9FA0BD) is known color: Logan. HEX triplet: 9F, A0 and BD. RGB value is (159,160,189). Sum of RGB (Red+Green+Blue) = 159+160+189=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FA0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0BD is #605F42. Grayscale: #A2A2A2. Windows color (decimal): -6315843 or 12427423. OLE color: 12427423.
HSL color Cylindrical-coordinate representation of color #9FA0BD: hue angle of 238º 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 #9FA0BD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 160 | 189 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.26 |
| HSL | 238º | 0.19% | 0.68% | - |
| HSV(B) | 238º | 0.16% | 0.74% | - |
| XYZ | 36.05 | 36.19 | 53.23 | - |
| YUV | 163.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 189 | 0.16 | 0.15 | 0 | 0.26 | 238 | 0.19 | 0.68 |
| Hex | 9F | A0 | BD | 10 | F | 0 | 1A | EE | 13 | 44 |
| Octal | 237 | 240 | 275 | 20 | 17 | 0 | 32 | 356 | 23 | 104 |
| Binary | 10011111 | 10100000 | 10111101 | 10000 | 1111 | 0 | 11010 | 11101110 | 10011 | 1000100 |
Color Harmonies of #9FA0BD
Complementary color
Monochromatic Colors of #9FA0BD
Black with #9FA0BD
Text Example
Text Example
White with #9FA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0BD; }
p { color: rgb(159,160,189); }
H1.HeaderClassName
{
color: #9FA0BD;
}
.AnyTagClassName
{
color: #9FA0BD;
}
</style>
background-color css
<style>
a { background-color: #9FA0BD; }
a { background-color: rgb(159,160,189); }
div.DivClassName
{
background-color: #9FA0BD;
}
.BgClassName
{
background-color: #9FA0BD;
}
</style>
border-color css
<style>
span { border-color: #9FA0BD; }
span { border-color: rgb(159,160,189); }
td.TdClassName
{
border-color: #9FA0BD;
}
.TagClassName
{
border-color: #9FA0BD;
}
</style>