Shades of Logan #989DBB
Tints of Logan #989DBB
RGB
CMYK
RGB Variations
Color information
#989DBB (or 0x989DBB) is known color: Logan. HEX triplet: 98, 9D and BB. RGB value is (152,157,187). Sum of RGB (Red+Green+Blue) = 152+157+187=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #989DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DBB is #676244. Grayscale: #9E9E9E. Windows color (decimal): -6775365 or 12295576. OLE color: 12295576.
HSL color Cylindrical-coordinate representation of color #989DBB: hue angle of 231.43º 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 #989DBB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 157 | 187 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.27 |
| HSL | 231.43º | 0.2% | 0.66% | - |
| HSV(B) | 231.43º | 0.19% | 0.73% | - |
| XYZ | 33.98 | 34.38 | 51.86 | - |
| YUV | 158.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 187 | 0.19 | 0.16 | 0 | 0.27 | 231.43 | 0.2 | 0.66 |
| Hex | 98 | 9D | BB | 13 | 10 | 0 | 1B | E7 | 14 | 42 |
| Octal | 230 | 235 | 273 | 23 | 20 | 0 | 33 | 347 | 24 | 102 |
| Binary | 10011000 | 10011101 | 10111011 | 10011 | 10000 | 0 | 11011 | 11100111 | 10100 | 1000010 |
Color Harmonies of #989DBB
Complementary color
Monochromatic Colors of #989DBB
Black with #989DBB
Text Example
Text Example
White with #989DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DBB; }
p { color: rgb(152,157,187); }
H1.HeaderClassName
{
color: #989DBB;
}
.AnyTagClassName
{
color: #989DBB;
}
</style>
background-color css
<style>
a { background-color: #989DBB; }
a { background-color: rgb(152,157,187); }
div.DivClassName
{
background-color: #989DBB;
}
.BgClassName
{
background-color: #989DBB;
}
</style>
border-color css
<style>
span { border-color: #989DBB; }
span { border-color: rgb(152,157,187); }
td.TdClassName
{
border-color: #989DBB;
}
.TagClassName
{
border-color: #989DBB;
}
</style>