Shades of Logan #989DBA
Tints of Logan #989DBA
RGB
CMYK
RGB Variations
Color information
#989DBA (or 0x989DBA) is known color: Logan. HEX triplet: 98, 9D and BA. RGB value is (152,157,186). Sum of RGB (Red+Green+Blue) = 152+157+186=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #989DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DBA is #676245. Grayscale: #9E9E9E. Windows color (decimal): -6775366 or 12230040. OLE color: 12230040.
HSL color Cylindrical-coordinate representation of color #989DBA: hue angle of 231.18º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989DBA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 157 | 186 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.27 |
| HSL | 231.18º | 0.2% | 0.66% | - |
| HSV(B) | 231.18º | 0.18% | 0.73% | - |
| XYZ | 33.87 | 34.33 | 51.3 | - |
| YUV | 158.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 186 | 0.18 | 0.16 | 0 | 0.27 | 231.18 | 0.2 | 0.66 |
| Hex | 98 | 9D | BA | 12 | 10 | 0 | 1B | E7 | 14 | 42 |
| Octal | 230 | 235 | 272 | 22 | 20 | 0 | 33 | 347 | 24 | 102 |
| Binary | 10011000 | 10011101 | 10111010 | 10010 | 10000 | 0 | 11011 | 11100111 | 10100 | 1000010 |
Color Harmonies of #989DBA
Complementary color
Monochromatic Colors of #989DBA
Black with #989DBA
Text Example
Text Example
White with #989DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DBA; }
p { color: rgb(152,157,186); }
H1.HeaderClassName
{
color: #989DBA;
}
.AnyTagClassName
{
color: #989DBA;
}
</style>
background-color css
<style>
a { background-color: #989DBA; }
a { background-color: rgb(152,157,186); }
div.DivClassName
{
background-color: #989DBA;
}
.BgClassName
{
background-color: #989DBA;
}
</style>
border-color css
<style>
span { border-color: #989DBA; }
span { border-color: rgb(152,157,186); }
td.TdClassName
{
border-color: #989DBA;
}
.TagClassName
{
border-color: #989DBA;
}
</style>