Shades of Logan #9E98BC
Tints of Logan #9E98BC
RGB
CMYK
RGB Variations
Color information
#9E98BC (or 0x9E98BC) is known color: Logan. HEX triplet: 9E, 98 and BC. RGB value is (158,152,188). Sum of RGB (Red+Green+Blue) = 158+152+188=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E98BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98BC is #616743. Grayscale: #9D9D9D. Windows color (decimal): -6383428 or 12359838. OLE color: 12359838.
HSL color Cylindrical-coordinate representation of color #9E98BC: hue angle of 250º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E98BC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 152 | 188 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.26 |
| HSL | 250º | 0.21% | 0.67% | - |
| HSV(B) | 250º | 0.19% | 0.74% | - |
| XYZ | 34.41 | 33.36 | 52.2 | - |
| YUV | 157.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 188 | 0.16 | 0.19 | 0 | 0.26 | 250 | 0.21 | 0.67 |
| Hex | 9E | 98 | BC | 10 | 13 | 0 | 1A | FA | 15 | 43 |
| Octal | 236 | 230 | 274 | 20 | 23 | 0 | 32 | 372 | 25 | 103 |
| Binary | 10011110 | 10011000 | 10111100 | 10000 | 10011 | 0 | 11010 | 11111010 | 10101 | 1000011 |
Color Harmonies of #9E98BC
Complementary color
Monochromatic Colors of #9E98BC
Black with #9E98BC
Text Example
Text Example
White with #9E98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E98BC; }
p { color: rgb(158,152,188); }
H1.HeaderClassName
{
color: #9E98BC;
}
.AnyTagClassName
{
color: #9E98BC;
}
</style>
background-color css
<style>
a { background-color: #9E98BC; }
a { background-color: rgb(158,152,188); }
div.DivClassName
{
background-color: #9E98BC;
}
.BgClassName
{
background-color: #9E98BC;
}
</style>
border-color css
<style>
span { border-color: #9E98BC; }
span { border-color: rgb(158,152,188); }
td.TdClassName
{
border-color: #9E98BC;
}
.TagClassName
{
border-color: #9E98BC;
}
</style>