Shades of Logan #9896BB
Tints of Logan #9896BB
RGB
CMYK
RGB Variations
Color information
#9896BB (or 0x9896BB) is known color: Logan. HEX triplet: 98, 96 and BB. RGB value is (152,150,187). Sum of RGB (Red+Green+Blue) = 152+150+187=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9896BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896BB is #676944. Grayscale: #9A9A9A. Windows color (decimal): -6777157 or 12293784. OLE color: 12293784.
HSL color Cylindrical-coordinate representation of color #9896BB: hue angle of 243.24º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9896BB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 150 | 187 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.27 |
| HSL | 243.24º | 0.21% | 0.66% | - |
| HSV(B) | 243.24º | 0.2% | 0.73% | - |
| XYZ | 32.82 | 32.08 | 51.47 | - |
| YUV | 154.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 187 | 0.19 | 0.20 | 0 | 0.27 | 243.24 | 0.21 | 0.66 |
| Hex | 98 | 96 | BB | 13 | 14 | 0 | 1B | F3 | 15 | 42 |
| Octal | 230 | 226 | 273 | 23 | 24 | 0 | 33 | 363 | 25 | 102 |
| Binary | 10011000 | 10010110 | 10111011 | 10011 | 10100 | 0 | 11011 | 11110011 | 10101 | 1000010 |
Color Harmonies of #9896BB
Complementary color
Monochromatic Colors of #9896BB
Black with #9896BB
Text Example
Text Example
White with #9896BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896BB; }
p { color: rgb(152,150,187); }
H1.HeaderClassName
{
color: #9896BB;
}
.AnyTagClassName
{
color: #9896BB;
}
</style>
background-color css
<style>
a { background-color: #9896BB; }
a { background-color: rgb(152,150,187); }
div.DivClassName
{
background-color: #9896BB;
}
.BgClassName
{
background-color: #9896BB;
}
</style>
border-color css
<style>
span { border-color: #9896BB; }
span { border-color: rgb(152,150,187); }
td.TdClassName
{
border-color: #9896BB;
}
.TagClassName
{
border-color: #9896BB;
}
</style>