Shades of Logan #9899BB
Tints of Logan #9899BB
RGB
CMYK
RGB Variations
Color information
#9899BB (or 0x9899BB) is known color: Logan. HEX triplet: 98, 99 and BB. RGB value is (152,153,187). Sum of RGB (Red+Green+Blue) = 152+153+187=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #9899BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899BB is #676644. Grayscale: #9C9C9C. Windows color (decimal): -6776389 or 12294552. OLE color: 12294552.
HSL color Cylindrical-coordinate representation of color #9899BB: hue angle of 238.29º 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 #9899BB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 153 | 187 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.27 |
| HSL | 238.29º | 0.2% | 0.66% | - |
| HSV(B) | 238.29º | 0.19% | 0.73% | - |
| XYZ | 33.31 | 33.05 | 51.64 | - |
| YUV | 156.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 187 | 0.19 | 0.18 | 0 | 0.27 | 238.29 | 0.2 | 0.66 |
| Hex | 98 | 99 | BB | 13 | 12 | 0 | 1B | EE | 14 | 42 |
| Octal | 230 | 231 | 273 | 23 | 22 | 0 | 33 | 356 | 24 | 102 |
| Binary | 10011000 | 10011001 | 10111011 | 10011 | 10010 | 0 | 11011 | 11101110 | 10100 | 1000010 |
Color Harmonies of #9899BB
Complementary color
Monochromatic Colors of #9899BB
Black with #9899BB
Text Example
Text Example
White with #9899BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899BB; }
p { color: rgb(152,153,187); }
H1.HeaderClassName
{
color: #9899BB;
}
.AnyTagClassName
{
color: #9899BB;
}
</style>
background-color css
<style>
a { background-color: #9899BB; }
a { background-color: rgb(152,153,187); }
div.DivClassName
{
background-color: #9899BB;
}
.BgClassName
{
background-color: #9899BB;
}
</style>
border-color css
<style>
span { border-color: #9899BB; }
span { border-color: rgb(152,153,187); }
td.TdClassName
{
border-color: #9899BB;
}
.TagClassName
{
border-color: #9899BB;
}
</style>