Shades of Logan #9E9BB1
Tints of Logan #9E9BB1
RGB
CMYK
RGB Variations
Color information
#9E9BB1 (or 0x9E9BB1) is known color: Logan. HEX triplet: 9E, 9B and B1. RGB value is (158,155,177). Sum of RGB (Red+Green+Blue) = 158+155+177=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9BB1 is #61644E. Grayscale: #9E9E9E. Windows color (decimal): -6382671 or 11639710. OLE color: 11639710.
HSL color Cylindrical-coordinate representation of color #9E9BB1: hue angle of 248.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E9BB1 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 155 | 177 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.31 |
| HSL | 248.18º | 0.12% | 0.65% | - |
| HSV(B) | 248.18º | 0.12% | 0.69% | - |
| XYZ | 33.76 | 33.89 | 46.36 | - |
| YUV | 158.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 177 | 0.11 | 0.12 | 0 | 0.31 | 248.18 | 0.12 | 0.65 |
| Hex | 9E | 9B | B1 | B | C | 0 | 1F | F8 | C | 41 |
| Octal | 236 | 233 | 261 | 13 | 14 | 0 | 37 | 370 | 14 | 101 |
| Binary | 10011110 | 10011011 | 10110001 | 1011 | 1100 | 0 | 11111 | 11111000 | 1100 | 1000001 |
Color Harmonies of #9E9BB1
Complementary color
Monochromatic Colors of #9E9BB1
Black with #9E9BB1
Text Example
Text Example
White with #9E9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BB1; }
p { color: rgb(158,155,177); }
H1.HeaderClassName
{
color: #9E9BB1;
}
.AnyTagClassName
{
color: #9E9BB1;
}
</style>
background-color css
<style>
a { background-color: #9E9BB1; }
a { background-color: rgb(158,155,177); }
div.DivClassName
{
background-color: #9E9BB1;
}
.BgClassName
{
background-color: #9E9BB1;
}
</style>
border-color css
<style>
span { border-color: #9E9BB1; }
span { border-color: rgb(158,155,177); }
td.TdClassName
{
border-color: #9E9BB1;
}
.TagClassName
{
border-color: #9E9BB1;
}
</style>