Shades of Logan #989ABB
Tints of Logan #989ABB
RGB
CMYK
RGB Variations
Color information
#989ABB (or 0x989ABB) is known color: Logan. HEX triplet: 98, 9A and BB. RGB value is (152,154,187). Sum of RGB (Red+Green+Blue) = 152+154+187=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #989ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ABB is #676544. Grayscale: #9D9D9D. Windows color (decimal): -6776133 or 12294808. OLE color: 12294808.
HSL color Cylindrical-coordinate representation of color #989ABB: hue angle of 236.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #989ABB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 154 | 187 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.27 |
| HSL | 236.57º | 0.2% | 0.66% | - |
| HSV(B) | 236.57º | 0.19% | 0.73% | - |
| XYZ | 33.47 | 33.37 | 51.69 | - |
| YUV | 157.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 187 | 0.19 | 0.18 | 0 | 0.27 | 236.57 | 0.2 | 0.66 |
| Hex | 98 | 9A | BB | 13 | 12 | 0 | 1B | ED | 14 | 42 |
| Octal | 230 | 232 | 273 | 23 | 22 | 0 | 33 | 355 | 24 | 102 |
| Binary | 10011000 | 10011010 | 10111011 | 10011 | 10010 | 0 | 11011 | 11101101 | 10100 | 1000010 |
Color Harmonies of #989ABB
Complementary color
Monochromatic Colors of #989ABB
Black with #989ABB
Text Example
Text Example
White with #989ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ABB; }
p { color: rgb(152,154,187); }
H1.HeaderClassName
{
color: #989ABB;
}
.AnyTagClassName
{
color: #989ABB;
}
</style>
background-color css
<style>
a { background-color: #989ABB; }
a { background-color: rgb(152,154,187); }
div.DivClassName
{
background-color: #989ABB;
}
.BgClassName
{
background-color: #989ABB;
}
</style>
border-color css
<style>
span { border-color: #989ABB; }
span { border-color: rgb(152,154,187); }
td.TdClassName
{
border-color: #989ABB;
}
.TagClassName
{
border-color: #989ABB;
}
</style>