Shades of Logan #9891B9
Tints of Logan #9891B9
RGB
CMYK
RGB Variations
Color information
#9891B9 (or 0x9891B9) is known color: Logan. HEX triplet: 98, 91 and B9. RGB value is (152,145,185). Sum of RGB (Red+Green+Blue) = 152+145+185=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: blue. Hex color #9891B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891B9 is #676E46. Grayscale: #979797. Windows color (decimal): -6778439 or 12161432. OLE color: 12161432.
HSL color Cylindrical-coordinate representation of color #9891B9: hue angle of 250.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9891B9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 145 | 185 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.27 |
| HSL | 250.5º | 0.22% | 0.65% | - |
| HSV(B) | 250.5º | 0.22% | 0.73% | - |
| XYZ | 31.83 | 30.43 | 50.09 | - |
| YUV | 151.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 185 | 0.18 | 0.22 | 0 | 0.27 | 250.5 | 0.22 | 0.65 |
| Hex | 98 | 91 | B9 | 12 | 16 | 0 | 1B | FB | 16 | 41 |
| Octal | 230 | 221 | 271 | 22 | 26 | 0 | 33 | 373 | 26 | 101 |
| Binary | 10011000 | 10010001 | 10111001 | 10010 | 10110 | 0 | 11011 | 11111011 | 10110 | 1000001 |
Color Harmonies of #9891B9
Complementary color
Monochromatic Colors of #9891B9
Black with #9891B9
Text Example
Text Example
White with #9891B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891B9; }
p { color: rgb(152,145,185); }
H1.HeaderClassName
{
color: #9891B9;
}
.AnyTagClassName
{
color: #9891B9;
}
</style>
background-color css
<style>
a { background-color: #9891B9; }
a { background-color: rgb(152,145,185); }
div.DivClassName
{
background-color: #9891B9;
}
.BgClassName
{
background-color: #9891B9;
}
</style>
border-color css
<style>
span { border-color: #9891B9; }
span { border-color: rgb(152,145,185); }
td.TdClassName
{
border-color: #9891B9;
}
.TagClassName
{
border-color: #9891B9;
}
</style>