Shades of Logan #9298BA
Tints of Logan #9298BA
RGB
CMYK
RGB Variations
Color information
#9298BA (or 0x9298BA) is known color: Logan. HEX triplet: 92, 98 and BA. RGB value is (146,152,186). Sum of RGB (Red+Green+Blue) = 146+152+186=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9298BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298BA is #6D6745. Grayscale: #999999. Windows color (decimal): -7169862 or 12228754. OLE color: 12228754.
HSL color Cylindrical-coordinate representation of color #9298BA: hue angle of 231º 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 #9298BA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 152 | 186 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.27 |
| HSL | 231º | 0.22% | 0.65% | - |
| HSV(B) | 231º | 0.22% | 0.73% | - |
| XYZ | 31.95 | 32.11 | 50.97 | - |
| YUV | 154.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 186 | 0.22 | 0.18 | 0 | 0.27 | 231 | 0.22 | 0.65 |
| Hex | 92 | 98 | BA | 16 | 12 | 0 | 1B | E7 | 16 | 41 |
| Octal | 222 | 230 | 272 | 26 | 22 | 0 | 33 | 347 | 26 | 101 |
| Binary | 10010010 | 10011000 | 10111010 | 10110 | 10010 | 0 | 11011 | 11100111 | 10110 | 1000001 |
Color Harmonies of #9298BA
Complementary color
Monochromatic Colors of #9298BA
Black with #9298BA
Text Example
Text Example
White with #9298BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298BA; }
p { color: rgb(146,152,186); }
H1.HeaderClassName
{
color: #9298BA;
}
.AnyTagClassName
{
color: #9298BA;
}
</style>
background-color css
<style>
a { background-color: #9298BA; }
a { background-color: rgb(146,152,186); }
div.DivClassName
{
background-color: #9298BA;
}
.BgClassName
{
background-color: #9298BA;
}
</style>
border-color css
<style>
span { border-color: #9298BA; }
span { border-color: rgb(146,152,186); }
td.TdClassName
{
border-color: #9298BA;
}
.TagClassName
{
border-color: #9298BA;
}
</style>