Shades of Logan #9EA2BB
Tints of Logan #9EA2BB
RGB
CMYK
RGB Variations
Color information
#9EA2BB (or 0x9EA2BB) is known color: Logan. HEX triplet: 9E, A2 and BB. RGB value is (158,162,187). Sum of RGB (Red+Green+Blue) = 158+162+187=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2BB is #615D44. Grayscale: #A3A3A3. Windows color (decimal): -6380869 or 12296862. OLE color: 12296862.
HSL color Cylindrical-coordinate representation of color #9EA2BB: hue angle of 231.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA2BB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 162 | 187 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.27 |
| HSL | 231.72º | 0.18% | 0.68% | - |
| HSV(B) | 231.72º | 0.16% | 0.73% | - |
| XYZ | 35.99 | 36.7 | 52.2 | - |
| YUV | 163.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 187 | 0.16 | 0.13 | 0 | 0.27 | 231.72 | 0.18 | 0.68 |
| Hex | 9E | A2 | BB | 10 | D | 0 | 1B | E8 | 12 | 44 |
| Octal | 236 | 242 | 273 | 20 | 15 | 0 | 33 | 350 | 22 | 104 |
| Binary | 10011110 | 10100010 | 10111011 | 10000 | 1101 | 0 | 11011 | 11101000 | 10010 | 1000100 |
Color Harmonies of #9EA2BB
Complementary color
Monochromatic Colors of #9EA2BB
Black with #9EA2BB
Text Example
Text Example
White with #9EA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA2BB; }
p { color: rgb(158,162,187); }
H1.HeaderClassName
{
color: #9EA2BB;
}
.AnyTagClassName
{
color: #9EA2BB;
}
</style>
background-color css
<style>
a { background-color: #9EA2BB; }
a { background-color: rgb(158,162,187); }
div.DivClassName
{
background-color: #9EA2BB;
}
.BgClassName
{
background-color: #9EA2BB;
}
</style>
border-color css
<style>
span { border-color: #9EA2BB; }
span { border-color: rgb(158,162,187); }
td.TdClassName
{
border-color: #9EA2BB;
}
.TagClassName
{
border-color: #9EA2BB;
}
</style>