Shades of Logan #9899BC
Tints of Logan #9899BC
RGB
CMYK
RGB Variations
Color information
#9899BC (or 0x9899BC) is known color: Logan. HEX triplet: 98, 99 and BC. RGB value is (152,153,188). Sum of RGB (Red+Green+Blue) = 152+153+188=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #9899BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899BC is #676643. Grayscale: #9C9C9C. Windows color (decimal): -6776388 or 12360088. OLE color: 12360088.
HSL color Cylindrical-coordinate representation of color #9899BC: hue angle of 238.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9899BC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 153 | 188 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.26 |
| HSL | 238.33º | 0.21% | 0.67% | - |
| HSV(B) | 238.33º | 0.19% | 0.74% | - |
| XYZ | 33.42 | 33.09 | 52.2 | - |
| YUV | 156.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 188 | 0.19 | 0.19 | 0 | 0.26 | 238.33 | 0.21 | 0.67 |
| Hex | 98 | 99 | BC | 13 | 13 | 0 | 1A | EE | 15 | 43 |
| Octal | 230 | 231 | 274 | 23 | 23 | 0 | 32 | 356 | 25 | 103 |
| Binary | 10011000 | 10011001 | 10111100 | 10011 | 10011 | 0 | 11010 | 11101110 | 10101 | 1000011 |
Color Harmonies of #9899BC
Complementary color
Monochromatic Colors of #9899BC
Black with #9899BC
Text Example
Text Example
White with #9899BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899BC; }
p { color: rgb(152,153,188); }
H1.HeaderClassName
{
color: #9899BC;
}
.AnyTagClassName
{
color: #9899BC;
}
</style>
background-color css
<style>
a { background-color: #9899BC; }
a { background-color: rgb(152,153,188); }
div.DivClassName
{
background-color: #9899BC;
}
.BgClassName
{
background-color: #9899BC;
}
</style>
border-color css
<style>
span { border-color: #9899BC; }
span { border-color: rgb(152,153,188); }
td.TdClassName
{
border-color: #9899BC;
}
.TagClassName
{
border-color: #9899BC;
}
</style>