Shades of Logan #9FA2BD
Tints of Logan #9FA2BD
RGB
CMYK
RGB Variations
Color information
#9FA2BD (or 0x9FA2BD) is known color: Logan. HEX triplet: 9F, A2 and BD. RGB value is (159,162,189). Sum of RGB (Red+Green+Blue) = 159+162+189=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FA2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2BD is #605D42. Grayscale: #A4A4A4. Windows color (decimal): -6315331 or 12427935. OLE color: 12427935.
HSL color Cylindrical-coordinate representation of color #9FA2BD: hue angle of 234º 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 #9FA2BD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 162 | 189 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.26 |
| HSL | 234º | 0.19% | 0.68% | - |
| HSV(B) | 234º | 0.16% | 0.74% | - |
| XYZ | 36.4 | 36.89 | 53.35 | - |
| YUV | 164.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 189 | 0.16 | 0.14 | 0 | 0.26 | 234 | 0.19 | 0.68 |
| Hex | 9F | A2 | BD | 10 | E | 0 | 1A | EA | 13 | 44 |
| Octal | 237 | 242 | 275 | 20 | 16 | 0 | 32 | 352 | 23 | 104 |
| Binary | 10011111 | 10100010 | 10111101 | 10000 | 1110 | 0 | 11010 | 11101010 | 10011 | 1000100 |
Color Harmonies of #9FA2BD
Complementary color
Monochromatic Colors of #9FA2BD
Black with #9FA2BD
Text Example
Text Example
White with #9FA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA2BD; }
p { color: rgb(159,162,189); }
H1.HeaderClassName
{
color: #9FA2BD;
}
.AnyTagClassName
{
color: #9FA2BD;
}
</style>
background-color css
<style>
a { background-color: #9FA2BD; }
a { background-color: rgb(159,162,189); }
div.DivClassName
{
background-color: #9FA2BD;
}
.BgClassName
{
background-color: #9FA2BD;
}
</style>
border-color css
<style>
span { border-color: #9FA2BD; }
span { border-color: rgb(159,162,189); }
td.TdClassName
{
border-color: #9FA2BD;
}
.TagClassName
{
border-color: #9FA2BD;
}
</style>