Shades of Logan #9E9DBE
Tints of Logan #9E9DBE
RGB
CMYK
RGB Variations
Color information
#9E9DBE (or 0x9E9DBE) is known color: Logan. HEX triplet: 9E, 9D and BE. RGB value is (158,157,190). Sum of RGB (Red+Green+Blue) = 158+157+190=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DBE is #616241. Grayscale: #A0A0A0. Windows color (decimal): -6382146 or 12492190. OLE color: 12492190.
HSL color Cylindrical-coordinate representation of color #9E9DBE: hue angle of 241.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E9DBE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 157 | 190 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.25 |
| HSL | 241.82º | 0.2% | 0.68% | - |
| HSV(B) | 241.82º | 0.17% | 0.75% | - |
| XYZ | 35.45 | 35.1 | 53.62 | - |
| YUV | 161.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 190 | 0.17 | 0.17 | 0 | 0.25 | 241.82 | 0.2 | 0.68 |
| Hex | 9E | 9D | BE | 11 | 11 | 0 | 19 | F2 | 14 | 44 |
| Octal | 236 | 235 | 276 | 21 | 21 | 0 | 31 | 362 | 24 | 104 |
| Binary | 10011110 | 10011101 | 10111110 | 10001 | 10001 | 0 | 11001 | 11110010 | 10100 | 1000100 |
Color Harmonies of #9E9DBE
Complementary color
Monochromatic Colors of #9E9DBE
Black with #9E9DBE
Text Example
Text Example
White with #9E9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DBE; }
p { color: rgb(158,157,190); }
H1.HeaderClassName
{
color: #9E9DBE;
}
.AnyTagClassName
{
color: #9E9DBE;
}
</style>
background-color css
<style>
a { background-color: #9E9DBE; }
a { background-color: rgb(158,157,190); }
div.DivClassName
{
background-color: #9E9DBE;
}
.BgClassName
{
background-color: #9E9DBE;
}
</style>
border-color css
<style>
span { border-color: #9E9DBE; }
span { border-color: rgb(158,157,190); }
td.TdClassName
{
border-color: #9E9DBE;
}
.TagClassName
{
border-color: #9E9DBE;
}
</style>