Shades of Logan #9E98B4
Tints of Logan #9E98B4
RGB
CMYK
RGB Variations
Color information
#9E98B4 (or 0x9E98B4) is known color: Logan. HEX triplet: 9E, 98 and B4. RGB value is (158,152,180). Sum of RGB (Red+Green+Blue) = 158+152+180=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E98B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98B4 is #61674B. Grayscale: #9C9C9C. Windows color (decimal): -6383436 or 11835550. OLE color: 11835550.
HSL color Cylindrical-coordinate representation of color #9E98B4: hue angle of 252.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E98B4 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 152 | 180 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.29 |
| HSL | 252.86º | 0.16% | 0.65% | - |
| HSV(B) | 252.86º | 0.16% | 0.71% | - |
| XYZ | 33.57 | 33.02 | 47.78 | - |
| YUV | 156.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 180 | 0.12 | 0.16 | 0 | 0.29 | 252.86 | 0.16 | 0.65 |
| Hex | 9E | 98 | B4 | C | 10 | 0 | 1D | FD | 10 | 41 |
| Octal | 236 | 230 | 264 | 14 | 20 | 0 | 35 | 375 | 20 | 101 |
| Binary | 10011110 | 10011000 | 10110100 | 1100 | 10000 | 0 | 11101 | 11111101 | 10000 | 1000001 |
Color Harmonies of #9E98B4
Complementary color
Monochromatic Colors of #9E98B4
Black with #9E98B4
Text Example
Text Example
White with #9E98B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E98B4; }
p { color: rgb(158,152,180); }
H1.HeaderClassName
{
color: #9E98B4;
}
.AnyTagClassName
{
color: #9E98B4;
}
</style>
background-color css
<style>
a { background-color: #9E98B4; }
a { background-color: rgb(158,152,180); }
div.DivClassName
{
background-color: #9E98B4;
}
.BgClassName
{
background-color: #9E98B4;
}
</style>
border-color css
<style>
span { border-color: #9E98B4; }
span { border-color: rgb(158,152,180); }
td.TdClassName
{
border-color: #9E98B4;
}
.TagClassName
{
border-color: #9E98B4;
}
</style>