Shades of Logan #9897B3
Tints of Logan #9897B3
RGB
CMYK
RGB Variations
Color information
#9897B3 (or 0x9897B3) is known color: Logan. HEX triplet: 98, 97 and B3. RGB value is (152,151,179). Sum of RGB (Red+Green+Blue) = 152+151+179=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #9897B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9897B3 is #67684C. Grayscale: #9A9A9A. Windows color (decimal): -6776909 or 11769752. OLE color: 11769752.
HSL color Cylindrical-coordinate representation of color #9897B3: hue angle of 242.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9897B3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 151 | 179 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.30 |
| HSL | 242.14º | 0.16% | 0.65% | - |
| HSV(B) | 242.14º | 0.16% | 0.7% | - |
| XYZ | 32.15 | 32.06 | 47.14 | - |
| YUV | 154.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 179 | 0.15 | 0.16 | 0 | 0.30 | 242.14 | 0.16 | 0.65 |
| Hex | 98 | 97 | B3 | F | 10 | 0 | 1E | F2 | 10 | 41 |
| Octal | 230 | 227 | 263 | 17 | 20 | 0 | 36 | 362 | 20 | 101 |
| Binary | 10011000 | 10010111 | 10110011 | 1111 | 10000 | 0 | 11110 | 11110010 | 10000 | 1000001 |
Color Harmonies of #9897B3
Complementary color
Monochromatic Colors of #9897B3
Black with #9897B3
Text Example
Text Example
White with #9897B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9897B3; }
p { color: rgb(152,151,179); }
H1.HeaderClassName
{
color: #9897B3;
}
.AnyTagClassName
{
color: #9897B3;
}
</style>
background-color css
<style>
a { background-color: #9897B3; }
a { background-color: rgb(152,151,179); }
div.DivClassName
{
background-color: #9897B3;
}
.BgClassName
{
background-color: #9897B3;
}
</style>
border-color css
<style>
span { border-color: #9897B3; }
span { border-color: rgb(152,151,179); }
td.TdClassName
{
border-color: #9897B3;
}
.TagClassName
{
border-color: #9897B3;
}
</style>