Shades of Logan #9298BB
Tints of Logan #9298BB
RGB
CMYK
RGB Variations
Color information
#9298BB (or 0x9298BB) is known color: Logan. HEX triplet: 92, 98 and BB. RGB value is (146,152,187). Sum of RGB (Red+Green+Blue) = 146+152+187=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #9298BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298BB is #6D6744. Grayscale: #9A9A9A. Windows color (decimal): -7169861 or 12294290. OLE color: 12294290.
HSL color Cylindrical-coordinate representation of color #9298BB: hue angle of 231.22º degrees, saturation: 0.23, 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 #9298BB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 152 | 187 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.27 |
| HSL | 231.22º | 0.23% | 0.65% | - |
| HSV(B) | 231.22º | 0.22% | 0.73% | - |
| XYZ | 32.05 | 32.16 | 51.53 | - |
| YUV | 154.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 187 | 0.22 | 0.19 | 0 | 0.27 | 231.22 | 0.23 | 0.65 |
| Hex | 92 | 98 | BB | 16 | 13 | 0 | 1B | E7 | 17 | 41 |
| Octal | 222 | 230 | 273 | 26 | 23 | 0 | 33 | 347 | 27 | 101 |
| Binary | 10010010 | 10011000 | 10111011 | 10110 | 10011 | 0 | 11011 | 11100111 | 10111 | 1000001 |
Color Harmonies of #9298BB
Complementary color
Monochromatic Colors of #9298BB
Black with #9298BB
Text Example
Text Example
White with #9298BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298BB; }
p { color: rgb(146,152,187); }
H1.HeaderClassName
{
color: #9298BB;
}
.AnyTagClassName
{
color: #9298BB;
}
</style>
background-color css
<style>
a { background-color: #9298BB; }
a { background-color: rgb(146,152,187); }
div.DivClassName
{
background-color: #9298BB;
}
.BgClassName
{
background-color: #9298BB;
}
</style>
border-color css
<style>
span { border-color: #9298BB; }
span { border-color: rgb(146,152,187); }
td.TdClassName
{
border-color: #9298BB;
}
.TagClassName
{
border-color: #9298BB;
}
</style>