Shades of Logan #9E9FAC
Tints of Logan #9E9FAC
RGB
CMYK
RGB Variations
Color information
#9E9FAC (or 0x9E9FAC) is known color: Logan. HEX triplet: 9E, 9F and AC. RGB value is (158,159,172). Sum of RGB (Red+Green+Blue) = 158+159+172=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9FAC is #616053. Grayscale: #A0A0A0. Windows color (decimal): -6381652 or 11313054. OLE color: 11313054.
HSL color Cylindrical-coordinate representation of color #9E9FAC: hue angle of 235.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9FAC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 159 | 172 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.33 |
| HSL | 235.71º | 0.08% | 0.65% | - |
| HSV(B) | 235.71º | 0.08% | 0.67% | - |
| XYZ | 33.95 | 35.04 | 44 | - |
| YUV | 160.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 172 | 0.08 | 0.08 | 0 | 0.33 | 235.71 | 0.08 | 0.65 |
| Hex | 9E | 9F | AC | 8 | 8 | 0 | 21 | EC | 8 | 41 |
| Octal | 236 | 237 | 254 | 10 | 10 | 0 | 41 | 354 | 10 | 101 |
| Binary | 10011110 | 10011111 | 10101100 | 1000 | 1000 | 0 | 100001 | 11101100 | 1000 | 1000001 |
Color Harmonies of #9E9FAC
Complementary color
Monochromatic Colors of #9E9FAC
Black with #9E9FAC
Text Example
Text Example
White with #9E9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FAC; }
p { color: rgb(158,159,172); }
H1.HeaderClassName
{
color: #9E9FAC;
}
.AnyTagClassName
{
color: #9E9FAC;
}
</style>
background-color css
<style>
a { background-color: #9E9FAC; }
a { background-color: rgb(158,159,172); }
div.DivClassName
{
background-color: #9E9FAC;
}
.BgClassName
{
background-color: #9E9FAC;
}
</style>
border-color css
<style>
span { border-color: #9E9FAC; }
span { border-color: rgb(158,159,172); }
td.TdClassName
{
border-color: #9E9FAC;
}
.TagClassName
{
border-color: #9E9FAC;
}
</style>