Shades of Logan #9490B9
Tints of Logan #9490B9
RGB
CMYK
RGB Variations
Color information
#9490B9 (or 0x9490B9) is known color: Logan. HEX triplet: 94, 90 and B9. RGB value is (148,144,185). Sum of RGB (Red+Green+Blue) = 148+144+185=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #9490B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490B9 is #6B6F46. Grayscale: #959595. Windows color (decimal): -7040839 or 12161172. OLE color: 12161172.
HSL color Cylindrical-coordinate representation of color #9490B9: hue angle of 245.85º 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 #9490B9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 144 | 185 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.27 |
| HSL | 245.85º | 0.23% | 0.65% | - |
| HSV(B) | 245.85º | 0.22% | 0.73% | - |
| XYZ | 30.94 | 29.75 | 50.01 | - |
| YUV | 149.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 185 | 0.20 | 0.22 | 0 | 0.27 | 245.85 | 0.23 | 0.65 |
| Hex | 94 | 90 | B9 | 14 | 16 | 0 | 1B | F6 | 17 | 41 |
| Octal | 224 | 220 | 271 | 24 | 26 | 0 | 33 | 366 | 27 | 101 |
| Binary | 10010100 | 10010000 | 10111001 | 10100 | 10110 | 0 | 11011 | 11110110 | 10111 | 1000001 |
Color Harmonies of #9490B9
Complementary color
Monochromatic Colors of #9490B9
Black with #9490B9
Text Example
Text Example
White with #9490B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490B9; }
p { color: rgb(148,144,185); }
H1.HeaderClassName
{
color: #9490B9;
}
.AnyTagClassName
{
color: #9490B9;
}
</style>
background-color css
<style>
a { background-color: #9490B9; }
a { background-color: rgb(148,144,185); }
div.DivClassName
{
background-color: #9490B9;
}
.BgClassName
{
background-color: #9490B9;
}
</style>
border-color css
<style>
span { border-color: #9490B9; }
span { border-color: rgb(148,144,185); }
td.TdClassName
{
border-color: #9490B9;
}
.TagClassName
{
border-color: #9490B9;
}
</style>