Shades of Logan #9D9CB3
Tints of Logan #9D9CB3
RGB
CMYK
RGB Variations
Color information
#9D9CB3 (or 0x9D9CB3) is known color: Logan. HEX triplet: 9D, 9C and B3. RGB value is (157,156,179). Sum of RGB (Red+Green+Blue) = 157+156+179=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D9CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CB3 is #62634C. Grayscale: #9E9E9E. Windows color (decimal): -6447949 or 11771037. OLE color: 11771037.
HSL color Cylindrical-coordinate representation of color #9D9CB3: hue angle of 242.61º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D9CB3 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 156 | 179 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.30 |
| HSL | 242.61º | 0.13% | 0.66% | - |
| HSV(B) | 242.61º | 0.13% | 0.7% | - |
| XYZ | 33.93 | 34.2 | 47.46 | - |
| YUV | 158.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 179 | 0.12 | 0.13 | 0 | 0.30 | 242.61 | 0.13 | 0.66 |
| Hex | 9D | 9C | B3 | C | D | 0 | 1E | F3 | D | 42 |
| Octal | 235 | 234 | 263 | 14 | 15 | 0 | 36 | 363 | 15 | 102 |
| Binary | 10011101 | 10011100 | 10110011 | 1100 | 1101 | 0 | 11110 | 11110011 | 1101 | 1000010 |
Color Harmonies of #9D9CB3
Complementary color
Monochromatic Colors of #9D9CB3
Black with #9D9CB3
Text Example
Text Example
White with #9D9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CB3; }
p { color: rgb(157,156,179); }
H1.HeaderClassName
{
color: #9D9CB3;
}
.AnyTagClassName
{
color: #9D9CB3;
}
</style>
background-color css
<style>
a { background-color: #9D9CB3; }
a { background-color: rgb(157,156,179); }
div.DivClassName
{
background-color: #9D9CB3;
}
.BgClassName
{
background-color: #9D9CB3;
}
</style>
border-color css
<style>
span { border-color: #9D9CB3; }
span { border-color: rgb(157,156,179); }
td.TdClassName
{
border-color: #9D9CB3;
}
.TagClassName
{
border-color: #9D9CB3;
}
</style>