Shades of Logan #9D9ABD
Tints of Logan #9D9ABD
RGB
CMYK
RGB Variations
Color information
#9D9ABD (or 0x9D9ABD) is known color: Logan. HEX triplet: 9D, 9A and BD. RGB value is (157,154,189). Sum of RGB (Red+Green+Blue) = 157+154+189=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ABD is #626542. Grayscale: #9E9E9E. Windows color (decimal): -6448451 or 12425885. OLE color: 12425885.
HSL color Cylindrical-coordinate representation of color #9D9ABD: hue angle of 245.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D9ABD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 154 | 189 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.26 |
| HSL | 245.14º | 0.21% | 0.67% | - |
| HSV(B) | 245.14º | 0.19% | 0.74% | - |
| XYZ | 34.65 | 33.95 | 52.87 | - |
| YUV | 158.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 189 | 0.17 | 0.19 | 0 | 0.26 | 245.14 | 0.21 | 0.67 |
| Hex | 9D | 9A | BD | 11 | 13 | 0 | 1A | F5 | 15 | 43 |
| Octal | 235 | 232 | 275 | 21 | 23 | 0 | 32 | 365 | 25 | 103 |
| Binary | 10011101 | 10011010 | 10111101 | 10001 | 10011 | 0 | 11010 | 11110101 | 10101 | 1000011 |
Color Harmonies of #9D9ABD
Complementary color
Monochromatic Colors of #9D9ABD
Black with #9D9ABD
Text Example
Text Example
White with #9D9ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9ABD; }
p { color: rgb(157,154,189); }
H1.HeaderClassName
{
color: #9D9ABD;
}
.AnyTagClassName
{
color: #9D9ABD;
}
</style>
background-color css
<style>
a { background-color: #9D9ABD; }
a { background-color: rgb(157,154,189); }
div.DivClassName
{
background-color: #9D9ABD;
}
.BgClassName
{
background-color: #9D9ABD;
}
</style>
border-color css
<style>
span { border-color: #9D9ABD; }
span { border-color: rgb(157,154,189); }
td.TdClassName
{
border-color: #9D9ABD;
}
.TagClassName
{
border-color: #9D9ABD;
}
</style>