Shades of Logan #9D9FAB
Tints of Logan #9D9FAB
RGB
CMYK
RGB Variations
Color information
#9D9FAB (or 0x9D9FAB) is known color: Logan. HEX triplet: 9D, 9F and AB. RGB value is (157,159,171). Sum of RGB (Red+Green+Blue) = 157+159+171=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9FAB is #626054. Grayscale: #9F9F9F. Windows color (decimal): -6447189 or 11247517. OLE color: 11247517.
HSL color Cylindrical-coordinate representation of color #9D9FAB: hue angle of 231.43º degrees, saturation: 0.08, 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 #9D9FAB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 159 | 171 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.33 |
| HSL | 231.43º | 0.08% | 0.64% | - |
| HSV(B) | 231.43º | 0.08% | 0.67% | - |
| XYZ | 33.65 | 34.9 | 43.49 | - |
| YUV | 159.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 171 | 0.08 | 0.07 | 0 | 0.33 | 231.43 | 0.08 | 0.64 |
| Hex | 9D | 9F | AB | 8 | 7 | 0 | 21 | E7 | 8 | 40 |
| Octal | 235 | 237 | 253 | 10 | 7 | 0 | 41 | 347 | 10 | 100 |
| Binary | 10011101 | 10011111 | 10101011 | 1000 | 111 | 0 | 100001 | 11100111 | 1000 | 1000000 |
Color Harmonies of #9D9FAB
Complementary color
Monochromatic Colors of #9D9FAB
Black with #9D9FAB
Text Example
Text Example
White with #9D9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FAB; }
p { color: rgb(157,159,171); }
H1.HeaderClassName
{
color: #9D9FAB;
}
.AnyTagClassName
{
color: #9D9FAB;
}
</style>
background-color css
<style>
a { background-color: #9D9FAB; }
a { background-color: rgb(157,159,171); }
div.DivClassName
{
background-color: #9D9FAB;
}
.BgClassName
{
background-color: #9D9FAB;
}
</style>
border-color css
<style>
span { border-color: #9D9FAB; }
span { border-color: rgb(157,159,171); }
td.TdClassName
{
border-color: #9D9FAB;
}
.TagClassName
{
border-color: #9D9FAB;
}
</style>