Shades of Logan #989BAD
Tints of Logan #989BAD
RGB
CMYK
RGB Variations
Color information
#989BAD (or 0x989BAD) is known color: Logan. HEX triplet: 98, 9B and AD. RGB value is (152,155,173). Sum of RGB (Red+Green+Blue) = 152+155+173=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #989BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BAD is #676452. Grayscale: #9C9C9C. Windows color (decimal): -6775891 or 11377560. OLE color: 11377560.
HSL color Cylindrical-coordinate representation of color #989BAD: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989BAD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 155 | 173 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.32 |
| HSL | 231.43º | 0.11% | 0.64% | - |
| HSV(B) | 231.43º | 0.12% | 0.68% | - |
| XYZ | 32.21 | 33.14 | 44.23 | - |
| YUV | 156.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 173 | 0.12 | 0.10 | 0 | 0.32 | 231.43 | 0.11 | 0.64 |
| Hex | 98 | 9B | AD | C | A | 0 | 20 | E7 | B | 40 |
| Octal | 230 | 233 | 255 | 14 | 12 | 0 | 40 | 347 | 13 | 100 |
| Binary | 10011000 | 10011011 | 10101101 | 1100 | 1010 | 0 | 100000 | 11100111 | 1011 | 1000000 |
Color Harmonies of #989BAD
Complementary color
Monochromatic Colors of #989BAD
Black with #989BAD
Text Example
Text Example
White with #989BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BAD; }
p { color: rgb(152,155,173); }
H1.HeaderClassName
{
color: #989BAD;
}
.AnyTagClassName
{
color: #989BAD;
}
</style>
background-color css
<style>
a { background-color: #989BAD; }
a { background-color: rgb(152,155,173); }
div.DivClassName
{
background-color: #989BAD;
}
.BgClassName
{
background-color: #989BAD;
}
</style>
border-color css
<style>
span { border-color: #989BAD; }
span { border-color: rgb(152,155,173); }
td.TdClassName
{
border-color: #989BAD;
}
.TagClassName
{
border-color: #989BAD;
}
</style>