Shades of Logan #9D9EAC
Tints of Logan #9D9EAC
RGB
CMYK
RGB Variations
Color information
#9D9EAC (or 0x9D9EAC) is known color: Logan. HEX triplet: 9D, 9E and AC. RGB value is (157,158,172). Sum of RGB (Red+Green+Blue) = 157+158+172=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9EAC is #626153. Grayscale: #9F9F9F. Windows color (decimal): -6447444 or 11312797. OLE color: 11312797.
HSL color Cylindrical-coordinate representation of color #9D9EAC: hue angle of 236º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9D9EAC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 158 | 172 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.33 |
| HSL | 236º | 0.08% | 0.65% | - |
| HSV(B) | 236º | 0.09% | 0.67% | - |
| XYZ | 33.58 | 34.6 | 43.94 | - |
| YUV | 159.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 172 | 0.09 | 0.08 | 0 | 0.33 | 236 | 0.08 | 0.65 |
| Hex | 9D | 9E | AC | 9 | 8 | 0 | 21 | EC | 8 | 41 |
| Octal | 235 | 236 | 254 | 11 | 10 | 0 | 41 | 354 | 10 | 101 |
| Binary | 10011101 | 10011110 | 10101100 | 1001 | 1000 | 0 | 100001 | 11101100 | 1000 | 1000001 |
Color Harmonies of #9D9EAC
Complementary color
Monochromatic Colors of #9D9EAC
Black with #9D9EAC
Text Example
Text Example
White with #9D9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EAC; }
p { color: rgb(157,158,172); }
H1.HeaderClassName
{
color: #9D9EAC;
}
.AnyTagClassName
{
color: #9D9EAC;
}
</style>
background-color css
<style>
a { background-color: #9D9EAC; }
a { background-color: rgb(157,158,172); }
div.DivClassName
{
background-color: #9D9EAC;
}
.BgClassName
{
background-color: #9D9EAC;
}
</style>
border-color css
<style>
span { border-color: #9D9EAC; }
span { border-color: rgb(157,158,172); }
td.TdClassName
{
border-color: #9D9EAC;
}
.TagClassName
{
border-color: #9D9EAC;
}
</style>