Shades of Logan #9E9EB6
Tints of Logan #9E9EB6
RGB
CMYK
RGB Variations
Color information
#9E9EB6 (or 0x9E9EB6) is known color: Logan. HEX triplet: 9E, 9E and B6. RGB value is (158,158,182). Sum of RGB (Red+Green+Blue) = 158+158+182=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E9EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9EB6 is #616149. Grayscale: #A0A0A0. Windows color (decimal): -6381898 or 11968158. OLE color: 11968158.
HSL color Cylindrical-coordinate representation of color #9E9EB6: hue angle of 240º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E9EB6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 158 | 158 | 182 | - |
CMYK | 0.13 | 0.13 | 0 | 0.29 |
HSL | 240º | 0.14% | 0.67% | - |
HSV(B) | 240º | 0.13% | 0.71% | - |
XYZ | 34.77 | 35.1 | 49.2 | - |
YUV | 160.74 | 140 | 126.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 158 | 182 | 0.13 | 0.13 | 0 | 0.29 | 240 | 0.14 | 0.67 |
Hex | 9E | 9E | B6 | D | D | 0 | 1D | F0 | E | 43 |
Octal | 236 | 236 | 266 | 15 | 15 | 0 | 35 | 360 | 16 | 103 |
Binary | 10011110 | 10011110 | 10110110 | 1101 | 1101 | 0 | 11101 | 11110000 | 1110 | 1000011 |
Color Harmonies of #9E9EB6
Complementary color
Monochromatic Colors of #9E9EB6
Black with #9E9EB6
Text Example
Text Example
White with #9E9EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9EB6; }
p { color: rgb(158,158,182); }
H1.HeaderClassName
{
color: #9E9EB6;
}
.AnyTagClassName
{
color: #9E9EB6;
}
</style>
background-color css
<style>
a { background-color: #9E9EB6; }
a { background-color: rgb(158,158,182); }
div.DivClassName
{
background-color: #9E9EB6;
}
.BgClassName
{
background-color: #9E9EB6;
}
</style>
border-color css
<style>
span { border-color: #9E9EB6; }
span { border-color: rgb(158,158,182); }
td.TdClassName
{
border-color: #9E9EB6;
}
.TagClassName
{
border-color: #9E9EB6;
}
</style>