Shades of Logan #9D9EAA
Tints of Logan #9D9EAA
RGB
CMYK
RGB Variations
Color information
#9D9EAA (or 0x9D9EAA) is known color: Logan. HEX triplet: 9D, 9E and AA. RGB value is (157,158,170). Sum of RGB (Red+Green+Blue) = 157+158+170=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9EAA is #626155. Grayscale: #9F9F9F. Windows color (decimal): -6447446 or 11181725. OLE color: 11181725.
HSL color Cylindrical-coordinate representation of color #9D9EAA: hue angle of 235.38º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9EAA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 158 | 170 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.33 |
| HSL | 235.38º | 0.07% | 0.64% | - |
| HSV(B) | 235.38º | 0.08% | 0.67% | - |
| XYZ | 33.39 | 34.52 | 42.93 | - |
| YUV | 159.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 170 | 0.08 | 0.07 | 0 | 0.33 | 235.38 | 0.07 | 0.64 |
| Hex | 9D | 9E | AA | 8 | 7 | 0 | 21 | EB | 7 | 40 |
| Octal | 235 | 236 | 252 | 10 | 7 | 0 | 41 | 353 | 7 | 100 |
| Binary | 10011101 | 10011110 | 10101010 | 1000 | 111 | 0 | 100001 | 11101011 | 111 | 1000000 |
Color Harmonies of #9D9EAA
Complementary color
Monochromatic Colors of #9D9EAA
Black with #9D9EAA
Text Example
Text Example
White with #9D9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EAA; }
p { color: rgb(157,158,170); }
H1.HeaderClassName
{
color: #9D9EAA;
}
.AnyTagClassName
{
color: #9D9EAA;
}
</style>
background-color css
<style>
a { background-color: #9D9EAA; }
a { background-color: rgb(157,158,170); }
div.DivClassName
{
background-color: #9D9EAA;
}
.BgClassName
{
background-color: #9D9EAA;
}
</style>
border-color css
<style>
span { border-color: #9D9EAA; }
span { border-color: rgb(157,158,170); }
td.TdClassName
{
border-color: #9D9EAA;
}
.TagClassName
{
border-color: #9D9EAA;
}
</style>