Shades of Logan #989AB8
Tints of Logan #989AB8
RGB
CMYK
RGB Variations
Color information
#989AB8 (or 0x989AB8) is known color: Logan. HEX triplet: 98, 9A and B8. RGB value is (152,154,184). Sum of RGB (Red+Green+Blue) = 152+154+184=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #989AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AB8 is #676547. Grayscale: #9C9C9C. Windows color (decimal): -6776136 or 12098200. OLE color: 12098200.
HSL color Cylindrical-coordinate representation of color #989AB8: hue angle of 236.25º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #989AB8 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 154 | 184 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.28 |
| HSL | 236.25º | 0.18% | 0.66% | - |
| HSV(B) | 236.25º | 0.17% | 0.72% | - |
| XYZ | 33.16 | 33.25 | 50.02 | - |
| YUV | 156.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 184 | 0.17 | 0.16 | 0 | 0.28 | 236.25 | 0.18 | 0.66 |
| Hex | 98 | 9A | B8 | 11 | 10 | 0 | 1C | EC | 12 | 42 |
| Octal | 230 | 232 | 270 | 21 | 20 | 0 | 34 | 354 | 22 | 102 |
| Binary | 10011000 | 10011010 | 10111000 | 10001 | 10000 | 0 | 11100 | 11101100 | 10010 | 1000010 |
Color Harmonies of #989AB8
Complementary color
Monochromatic Colors of #989AB8
Black with #989AB8
Text Example
Text Example
White with #989AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989AB8; }
p { color: rgb(152,154,184); }
H1.HeaderClassName
{
color: #989AB8;
}
.AnyTagClassName
{
color: #989AB8;
}
</style>
background-color css
<style>
a { background-color: #989AB8; }
a { background-color: rgb(152,154,184); }
div.DivClassName
{
background-color: #989AB8;
}
.BgClassName
{
background-color: #989AB8;
}
</style>
border-color css
<style>
span { border-color: #989AB8; }
span { border-color: rgb(152,154,184); }
td.TdClassName
{
border-color: #989AB8;
}
.TagClassName
{
border-color: #989AB8;
}
</style>