Shades of Logan #9D9CBE
Tints of Logan #9D9CBE
RGB
CMYK
RGB Variations
Color information
#9D9CBE (or 0x9D9CBE) is known color: Logan. HEX triplet: 9D, 9C and BE. RGB value is (157,156,190). Sum of RGB (Red+Green+Blue) = 157+156+190=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CBE is #626341. Grayscale: #A0A0A0. Windows color (decimal): -6447938 or 12491933. OLE color: 12491933.
HSL color Cylindrical-coordinate representation of color #9D9CBE: hue angle of 241.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D9CBE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 156 | 190 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.25 |
| HSL | 241.76º | 0.21% | 0.68% | - |
| HSV(B) | 241.76º | 0.18% | 0.75% | - |
| XYZ | 35.09 | 34.66 | 53.56 | - |
| YUV | 160.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 190 | 0.17 | 0.18 | 0 | 0.25 | 241.76 | 0.21 | 0.68 |
| Hex | 9D | 9C | BE | 11 | 12 | 0 | 19 | F2 | 15 | 44 |
| Octal | 235 | 234 | 276 | 21 | 22 | 0 | 31 | 362 | 25 | 104 |
| Binary | 10011101 | 10011100 | 10111110 | 10001 | 10010 | 0 | 11001 | 11110010 | 10101 | 1000100 |
Color Harmonies of #9D9CBE
Complementary color
Monochromatic Colors of #9D9CBE
Black with #9D9CBE
Text Example
Text Example
White with #9D9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CBE; }
p { color: rgb(157,156,190); }
H1.HeaderClassName
{
color: #9D9CBE;
}
.AnyTagClassName
{
color: #9D9CBE;
}
</style>
background-color css
<style>
a { background-color: #9D9CBE; }
a { background-color: rgb(157,156,190); }
div.DivClassName
{
background-color: #9D9CBE;
}
.BgClassName
{
background-color: #9D9CBE;
}
</style>
border-color css
<style>
span { border-color: #9D9CBE; }
span { border-color: rgb(157,156,190); }
td.TdClassName
{
border-color: #9D9CBE;
}
.TagClassName
{
border-color: #9D9CBE;
}
</style>