Shades of Logan #9899BA
Tints of Logan #9899BA
RGB
CMYK
RGB Variations
Color information
#9899BA (or 0x9899BA) is known color: Logan. HEX triplet: 98, 99 and BA. RGB value is (152,153,186). Sum of RGB (Red+Green+Blue) = 152+153+186=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9899BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899BA is #676645. Grayscale: #9C9C9C. Windows color (decimal): -6776390 or 12229016. OLE color: 12229016.
HSL color Cylindrical-coordinate representation of color #9899BA: hue angle of 238.24º 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 #9899BA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 153 | 186 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.27 |
| HSL | 238.24º | 0.2% | 0.66% | - |
| HSV(B) | 238.24º | 0.18% | 0.73% | - |
| XYZ | 33.2 | 33 | 51.07 | - |
| YUV | 156.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 186 | 0.18 | 0.18 | 0 | 0.27 | 238.24 | 0.2 | 0.66 |
| Hex | 98 | 99 | BA | 12 | 12 | 0 | 1B | EE | 14 | 42 |
| Octal | 230 | 231 | 272 | 22 | 22 | 0 | 33 | 356 | 24 | 102 |
| Binary | 10011000 | 10011001 | 10111010 | 10010 | 10010 | 0 | 11011 | 11101110 | 10100 | 1000010 |
Color Harmonies of #9899BA
Complementary color
Monochromatic Colors of #9899BA
Black with #9899BA
Text Example
Text Example
White with #9899BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899BA; }
p { color: rgb(152,153,186); }
H1.HeaderClassName
{
color: #9899BA;
}
.AnyTagClassName
{
color: #9899BA;
}
</style>
background-color css
<style>
a { background-color: #9899BA; }
a { background-color: rgb(152,153,186); }
div.DivClassName
{
background-color: #9899BA;
}
.BgClassName
{
background-color: #9899BA;
}
</style>
border-color css
<style>
span { border-color: #9899BA; }
span { border-color: rgb(152,153,186); }
td.TdClassName
{
border-color: #9899BA;
}
.TagClassName
{
border-color: #9899BA;
}
</style>