Shades of Logan #9899AE
Tints of Logan #9899AE
RGB
CMYK
RGB Variations
Color information
#9899AE (or 0x9899AE) is known color: Logan. HEX triplet: 98, 99 and AE. RGB value is (152,153,174). Sum of RGB (Red+Green+Blue) = 152+153+174=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #9899AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9899AE is #676651. Grayscale: #9B9B9B. Windows color (decimal): -6776402 or 11442584. OLE color: 11442584.
HSL color Cylindrical-coordinate representation of color #9899AE: hue angle of 237.27º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9899AE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 153 | 174 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.32 |
| HSL | 237.27º | 0.12% | 0.64% | - |
| HSV(B) | 237.27º | 0.13% | 0.68% | - |
| XYZ | 31.98 | 32.51 | 44.63 | - |
| YUV | 155.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 174 | 0.13 | 0.12 | 0 | 0.32 | 237.27 | 0.12 | 0.64 |
| Hex | 98 | 99 | AE | D | C | 0 | 20 | ED | C | 40 |
| Octal | 230 | 231 | 256 | 15 | 14 | 0 | 40 | 355 | 14 | 100 |
| Binary | 10011000 | 10011001 | 10101110 | 1101 | 1100 | 0 | 100000 | 11101101 | 1100 | 1000000 |
Color Harmonies of #9899AE
Complementary color
Monochromatic Colors of #9899AE
Black with #9899AE
Text Example
Text Example
White with #9899AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899AE; }
p { color: rgb(152,153,174); }
H1.HeaderClassName
{
color: #9899AE;
}
.AnyTagClassName
{
color: #9899AE;
}
</style>
background-color css
<style>
a { background-color: #9899AE; }
a { background-color: rgb(152,153,174); }
div.DivClassName
{
background-color: #9899AE;
}
.BgClassName
{
background-color: #9899AE;
}
</style>
border-color css
<style>
span { border-color: #9899AE; }
span { border-color: rgb(152,153,174); }
td.TdClassName
{
border-color: #9899AE;
}
.TagClassName
{
border-color: #9899AE;
}
</style>