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