Shades of Logan #9C9AB1
Tints of Logan #9C9AB1
RGB
CMYK
RGB Variations
Color information
#9C9AB1 (or 0x9C9AB1) is known color: Logan. HEX triplet: 9C, 9A and B1. RGB value is (156,154,177). Sum of RGB (Red+Green+Blue) = 156+154+177=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9AB1 is #63654E. Grayscale: #9D9D9D. Windows color (decimal): -6513999 or 11639452. OLE color: 11639452.
HSL color Cylindrical-coordinate representation of color #9C9AB1: hue angle of 245.22º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C9AB1 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 154 | 177 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.31 |
| HSL | 245.22º | 0.13% | 0.65% | - |
| HSV(B) | 245.22º | 0.13% | 0.69% | - |
| XYZ | 33.2 | 33.35 | 46.28 | - |
| YUV | 157.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 177 | 0.12 | 0.13 | 0 | 0.31 | 245.22 | 0.13 | 0.65 |
| Hex | 9C | 9A | B1 | C | D | 0 | 1F | F5 | D | 41 |
| Octal | 234 | 232 | 261 | 14 | 15 | 0 | 37 | 365 | 15 | 101 |
| Binary | 10011100 | 10011010 | 10110001 | 1100 | 1101 | 0 | 11111 | 11110101 | 1101 | 1000001 |
Color Harmonies of #9C9AB1
Complementary color
Monochromatic Colors of #9C9AB1
Black with #9C9AB1
Text Example
Text Example
White with #9C9AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9AB1; }
p { color: rgb(156,154,177); }
H1.HeaderClassName
{
color: #9C9AB1;
}
.AnyTagClassName
{
color: #9C9AB1;
}
</style>
background-color css
<style>
a { background-color: #9C9AB1; }
a { background-color: rgb(156,154,177); }
div.DivClassName
{
background-color: #9C9AB1;
}
.BgClassName
{
background-color: #9C9AB1;
}
</style>
border-color css
<style>
span { border-color: #9C9AB1; }
span { border-color: rgb(156,154,177); }
td.TdClassName
{
border-color: #9C9AB1;
}
.TagClassName
{
border-color: #9C9AB1;
}
</style>