Shades of Logan #9EA1BB
Tints of Logan #9EA1BB
RGB
CMYK
RGB Variations
Color information
#9EA1BB (or 0x9EA1BB) is known color: Logan. HEX triplet: 9E, A1 and BB. RGB value is (158,161,187). Sum of RGB (Red+Green+Blue) = 158+161+187=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1BB is #615E44. Grayscale: #A2A2A2. Windows color (decimal): -6381125 or 12296606. OLE color: 12296606.
HSL color Cylindrical-coordinate representation of color #9EA1BB: hue angle of 233.79º 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 #9EA1BB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 161 | 187 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.27 |
| HSL | 233.79º | 0.18% | 0.68% | - |
| HSV(B) | 233.79º | 0.16% | 0.73% | - |
| XYZ | 35.82 | 36.35 | 52.14 | - |
| YUV | 163.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 187 | 0.16 | 0.14 | 0 | 0.27 | 233.79 | 0.18 | 0.68 |
| Hex | 9E | A1 | BB | 10 | E | 0 | 1B | EA | 12 | 44 |
| Octal | 236 | 241 | 273 | 20 | 16 | 0 | 33 | 352 | 22 | 104 |
| Binary | 10011110 | 10100001 | 10111011 | 10000 | 1110 | 0 | 11011 | 11101010 | 10010 | 1000100 |
Color Harmonies of #9EA1BB
Complementary color
Monochromatic Colors of #9EA1BB
Black with #9EA1BB
Text Example
Text Example
White with #9EA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA1BB; }
p { color: rgb(158,161,187); }
H1.HeaderClassName
{
color: #9EA1BB;
}
.AnyTagClassName
{
color: #9EA1BB;
}
</style>
background-color css
<style>
a { background-color: #9EA1BB; }
a { background-color: rgb(158,161,187); }
div.DivClassName
{
background-color: #9EA1BB;
}
.BgClassName
{
background-color: #9EA1BB;
}
</style>
border-color css
<style>
span { border-color: #9EA1BB; }
span { border-color: rgb(158,161,187); }
td.TdClassName
{
border-color: #9EA1BB;
}
.TagClassName
{
border-color: #9EA1BB;
}
</style>