Shades of Logan #9798B4
Tints of Logan #9798B4
RGB
CMYK
RGB Variations
Color information
#9798B4 (or 0x9798B4) is known color: Logan. HEX triplet: 97, 98 and B4. RGB value is (151,152,180). Sum of RGB (Red+Green+Blue) = 151+152+180=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #9798B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9798B4 is #68674B. Grayscale: #9A9A9A. Windows color (decimal): -6842188 or 11835543. OLE color: 11835543.
HSL color Cylindrical-coordinate representation of color #9798B4: hue angle of 237.93º 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 #9798B4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 152 | 180 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.29 |
| HSL | 237.93º | 0.16% | 0.65% | - |
| HSV(B) | 237.93º | 0.16% | 0.71% | - |
| XYZ | 32.23 | 32.33 | 47.72 | - |
| YUV | 154.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 180 | 0.16 | 0.16 | 0 | 0.29 | 237.93 | 0.16 | 0.65 |
| Hex | 97 | 98 | B4 | 10 | 10 | 0 | 1D | EE | 10 | 41 |
| Octal | 227 | 230 | 264 | 20 | 20 | 0 | 35 | 356 | 20 | 101 |
| Binary | 10010111 | 10011000 | 10110100 | 10000 | 10000 | 0 | 11101 | 11101110 | 10000 | 1000001 |
Color Harmonies of #9798B4
Complementary color
Monochromatic Colors of #9798B4
Black with #9798B4
Text Example
Text Example
White with #9798B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9798B4; }
p { color: rgb(151,152,180); }
H1.HeaderClassName
{
color: #9798B4;
}
.AnyTagClassName
{
color: #9798B4;
}
</style>
background-color css
<style>
a { background-color: #9798B4; }
a { background-color: rgb(151,152,180); }
div.DivClassName
{
background-color: #9798B4;
}
.BgClassName
{
background-color: #9798B4;
}
</style>
border-color css
<style>
span { border-color: #9798B4; }
span { border-color: rgb(151,152,180); }
td.TdClassName
{
border-color: #9798B4;
}
.TagClassName
{
border-color: #9798B4;
}
</style>