Shades of Logan #9D9CAD
Tints of Logan #9D9CAD
RGB
CMYK
RGB Variations
Color information
#9D9CAD (or 0x9D9CAD) is known color: Logan. HEX triplet: 9D, 9C and AD. RGB value is (157,156,173). Sum of RGB (Red+Green+Blue) = 157+156+173=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9CAD is #626352. Grayscale: #9E9E9E. Windows color (decimal): -6447955 or 11377821. OLE color: 11377821.
HSL color Cylindrical-coordinate representation of color #9D9CAD: hue angle of 243.53º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D9CAD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 156 | 173 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.32 |
| HSL | 243.53º | 0.09% | 0.65% | - |
| HSV(B) | 243.53º | 0.1% | 0.68% | - |
| XYZ | 33.34 | 33.96 | 44.33 | - |
| YUV | 158.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 173 | 0.09 | 0.10 | 0 | 0.32 | 243.53 | 0.09 | 0.65 |
| Hex | 9D | 9C | AD | 9 | A | 0 | 20 | F4 | 9 | 41 |
| Octal | 235 | 234 | 255 | 11 | 12 | 0 | 40 | 364 | 11 | 101 |
| Binary | 10011101 | 10011100 | 10101101 | 1001 | 1010 | 0 | 100000 | 11110100 | 1001 | 1000001 |
Color Harmonies of #9D9CAD
Complementary color
Monochromatic Colors of #9D9CAD
Black with #9D9CAD
Text Example
Text Example
White with #9D9CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CAD; }
p { color: rgb(157,156,173); }
H1.HeaderClassName
{
color: #9D9CAD;
}
.AnyTagClassName
{
color: #9D9CAD;
}
</style>
background-color css
<style>
a { background-color: #9D9CAD; }
a { background-color: rgb(157,156,173); }
div.DivClassName
{
background-color: #9D9CAD;
}
.BgClassName
{
background-color: #9D9CAD;
}
</style>
border-color css
<style>
span { border-color: #9D9CAD; }
span { border-color: rgb(157,156,173); }
td.TdClassName
{
border-color: #9D9CAD;
}
.TagClassName
{
border-color: #9D9CAD;
}
</style>