Shades of Logan #989CAE
Tints of Logan #989CAE
RGB
CMYK
RGB Variations
Color information
#989CAE (or 0x989CAE) is known color: Logan. HEX triplet: 98, 9C and AE. RGB value is (152,156,174). Sum of RGB (Red+Green+Blue) = 152+156+174=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #989CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989CAE is #676351. Grayscale: #9C9C9C. Windows color (decimal): -6775634 or 11443352. OLE color: 11443352.
HSL color Cylindrical-coordinate representation of color #989CAE: hue angle of 229.09º 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 #989CAE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 156 | 174 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.32 |
| HSL | 229.09º | 0.12% | 0.64% | - |
| HSV(B) | 229.09º | 0.13% | 0.68% | - |
| XYZ | 32.48 | 33.51 | 44.8 | - |
| YUV | 156.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 174 | 0.13 | 0.10 | 0 | 0.32 | 229.09 | 0.12 | 0.64 |
| Hex | 98 | 9C | AE | D | A | 0 | 20 | E5 | C | 40 |
| Octal | 230 | 234 | 256 | 15 | 12 | 0 | 40 | 345 | 14 | 100 |
| Binary | 10011000 | 10011100 | 10101110 | 1101 | 1010 | 0 | 100000 | 11100101 | 1100 | 1000000 |
Color Harmonies of #989CAE
Complementary color
Monochromatic Colors of #989CAE
Black with #989CAE
Text Example
Text Example
White with #989CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989CAE; }
p { color: rgb(152,156,174); }
H1.HeaderClassName
{
color: #989CAE;
}
.AnyTagClassName
{
color: #989CAE;
}
</style>
background-color css
<style>
a { background-color: #989CAE; }
a { background-color: rgb(152,156,174); }
div.DivClassName
{
background-color: #989CAE;
}
.BgClassName
{
background-color: #989CAE;
}
</style>
border-color css
<style>
span { border-color: #989CAE; }
span { border-color: rgb(152,156,174); }
td.TdClassName
{
border-color: #989CAE;
}
.TagClassName
{
border-color: #989CAE;
}
</style>