Shades of Logan #9FA1BC
Tints of Logan #9FA1BC
RGB
CMYK
RGB Variations
Color information
#9FA1BC (or 0x9FA1BC) is known color: Logan. HEX triplet: 9F, A1 and BC. RGB value is (159,161,188). Sum of RGB (Red+Green+Blue) = 159+161+188=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1BC is #605E43. Grayscale: #A3A3A3. Windows color (decimal): -6315588 or 12362143. OLE color: 12362143.
HSL color Cylindrical-coordinate representation of color #9FA1BC: hue angle of 235.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA1BC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 161 | 188 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.26 |
| HSL | 235.86º | 0.18% | 0.68% | - |
| HSV(B) | 235.86º | 0.15% | 0.74% | - |
| XYZ | 36.12 | 36.49 | 52.72 | - |
| YUV | 163.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 188 | 0.15 | 0.14 | 0 | 0.26 | 235.86 | 0.18 | 0.68 |
| Hex | 9F | A1 | BC | F | E | 0 | 1A | EC | 12 | 44 |
| Octal | 237 | 241 | 274 | 17 | 16 | 0 | 32 | 354 | 22 | 104 |
| Binary | 10011111 | 10100001 | 10111100 | 1111 | 1110 | 0 | 11010 | 11101100 | 10010 | 1000100 |
Color Harmonies of #9FA1BC
Complementary color
Monochromatic Colors of #9FA1BC
Black with #9FA1BC
Text Example
Text Example
White with #9FA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1BC; }
p { color: rgb(159,161,188); }
H1.HeaderClassName
{
color: #9FA1BC;
}
.AnyTagClassName
{
color: #9FA1BC;
}
</style>
background-color css
<style>
a { background-color: #9FA1BC; }
a { background-color: rgb(159,161,188); }
div.DivClassName
{
background-color: #9FA1BC;
}
.BgClassName
{
background-color: #9FA1BC;
}
</style>
border-color css
<style>
span { border-color: #9FA1BC; }
span { border-color: rgb(159,161,188); }
td.TdClassName
{
border-color: #9FA1BC;
}
.TagClassName
{
border-color: #9FA1BC;
}
</style>