Shades of Logan #9D9EAD
Tints of Logan #9D9EAD
RGB
CMYK
RGB Variations
Color information
#9D9EAD (or 0x9D9EAD) is known color: Logan. HEX triplet: 9D, 9E and AD. RGB value is (157,158,173). Sum of RGB (Red+Green+Blue) = 157+158+173=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D9EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9EAD is #626152. Grayscale: #9F9F9F. Windows color (decimal): -6447443 or 11378333. OLE color: 11378333.
HSL color Cylindrical-coordinate representation of color #9D9EAD: hue angle of 236.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9D9EAD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 158 | 173 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.32 |
| HSL | 236.25º | 0.09% | 0.65% | - |
| HSV(B) | 236.25º | 0.09% | 0.68% | - |
| XYZ | 33.67 | 34.64 | 44.45 | - |
| YUV | 159.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 173 | 0.09 | 0.09 | 0 | 0.32 | 236.25 | 0.09 | 0.65 |
| Hex | 9D | 9E | AD | 9 | 9 | 0 | 20 | EC | 9 | 41 |
| Octal | 235 | 236 | 255 | 11 | 11 | 0 | 40 | 354 | 11 | 101 |
| Binary | 10011101 | 10011110 | 10101101 | 1001 | 1001 | 0 | 100000 | 11101100 | 1001 | 1000001 |
Color Harmonies of #9D9EAD
Complementary color
Monochromatic Colors of #9D9EAD
Black with #9D9EAD
Text Example
Text Example
White with #9D9EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EAD; }
p { color: rgb(157,158,173); }
H1.HeaderClassName
{
color: #9D9EAD;
}
.AnyTagClassName
{
color: #9D9EAD;
}
</style>
background-color css
<style>
a { background-color: #9D9EAD; }
a { background-color: rgb(157,158,173); }
div.DivClassName
{
background-color: #9D9EAD;
}
.BgClassName
{
background-color: #9D9EAD;
}
</style>
border-color css
<style>
span { border-color: #9D9EAD; }
span { border-color: rgb(157,158,173); }
td.TdClassName
{
border-color: #9D9EAD;
}
.TagClassName
{
border-color: #9D9EAD;
}
</style>