Shades of Logan #9E98BA
Tints of Logan #9E98BA
RGB
CMYK
RGB Variations
Color information
#9E98BA (or 0x9E98BA) is known color: Logan. HEX triplet: 9E, 98 and BA. RGB value is (158,152,186). Sum of RGB (Red+Green+Blue) = 158+152+186=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98BA is #616745. Grayscale: #9D9D9D. Windows color (decimal): -6383430 or 12228766. OLE color: 12228766.
HSL color Cylindrical-coordinate representation of color #9E98BA: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E98BA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 152 | 186 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.27 |
| HSL | 250.59º | 0.2% | 0.66% | - |
| HSV(B) | 250.59º | 0.18% | 0.73% | - |
| XYZ | 34.19 | 33.27 | 51.07 | - |
| YUV | 157.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 186 | 0.15 | 0.18 | 0 | 0.27 | 250.59 | 0.2 | 0.66 |
| Hex | 9E | 98 | BA | F | 12 | 0 | 1B | FB | 14 | 42 |
| Octal | 236 | 230 | 272 | 17 | 22 | 0 | 33 | 373 | 24 | 102 |
| Binary | 10011110 | 10011000 | 10111010 | 1111 | 10010 | 0 | 11011 | 11111011 | 10100 | 1000010 |
Color Harmonies of #9E98BA
Complementary color
Monochromatic Colors of #9E98BA
Black with #9E98BA
Text Example
Text Example
White with #9E98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E98BA; }
p { color: rgb(158,152,186); }
H1.HeaderClassName
{
color: #9E98BA;
}
.AnyTagClassName
{
color: #9E98BA;
}
</style>
background-color css
<style>
a { background-color: #9E98BA; }
a { background-color: rgb(158,152,186); }
div.DivClassName
{
background-color: #9E98BA;
}
.BgClassName
{
background-color: #9E98BA;
}
</style>
border-color css
<style>
span { border-color: #9E98BA; }
span { border-color: rgb(158,152,186); }
td.TdClassName
{
border-color: #9E98BA;
}
.TagClassName
{
border-color: #9E98BA;
}
</style>