Shades of Logan #9D9FBC
Tints of Logan #9D9FBC
RGB
CMYK
RGB Variations
Color information
#9D9FBC (or 0x9D9FBC) is known color: Logan. HEX triplet: 9D, 9F and BC. RGB value is (157,159,188). Sum of RGB (Red+Green+Blue) = 157+159+188=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FBC is #626043. Grayscale: #A1A1A1. Windows color (decimal): -6447172 or 12361629. OLE color: 12361629.
HSL color Cylindrical-coordinate representation of color #9D9FBC: hue angle of 236.13º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D9FBC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 159 | 188 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.26 |
| HSL | 236.13º | 0.19% | 0.68% | - |
| HSV(B) | 236.13º | 0.16% | 0.74% | - |
| XYZ | 35.38 | 35.6 | 52.58 | - |
| YUV | 161.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 188 | 0.16 | 0.15 | 0 | 0.26 | 236.13 | 0.19 | 0.68 |
| Hex | 9D | 9F | BC | 10 | F | 0 | 1A | EC | 13 | 44 |
| Octal | 235 | 237 | 274 | 20 | 17 | 0 | 32 | 354 | 23 | 104 |
| Binary | 10011101 | 10011111 | 10111100 | 10000 | 1111 | 0 | 11010 | 11101100 | 10011 | 1000100 |
Color Harmonies of #9D9FBC
Complementary color
Monochromatic Colors of #9D9FBC
Black with #9D9FBC
Text Example
Text Example
White with #9D9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FBC; }
p { color: rgb(157,159,188); }
H1.HeaderClassName
{
color: #9D9FBC;
}
.AnyTagClassName
{
color: #9D9FBC;
}
</style>
background-color css
<style>
a { background-color: #9D9FBC; }
a { background-color: rgb(157,159,188); }
div.DivClassName
{
background-color: #9D9FBC;
}
.BgClassName
{
background-color: #9D9FBC;
}
</style>
border-color css
<style>
span { border-color: #9D9FBC; }
span { border-color: rgb(157,159,188); }
td.TdClassName
{
border-color: #9D9FBC;
}
.TagClassName
{
border-color: #9D9FBC;
}
</style>