Shades of Logan #9490BB
Tints of Logan #9490BB
RGB
CMYK
RGB Variations
Color information
#9490BB (or 0x9490BB) is known color: Logan. HEX triplet: 94, 90 and BB. RGB value is (148,144,187). Sum of RGB (Red+Green+Blue) = 148+144+187=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #9490BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490BB is #6B6F44. Grayscale: #959595. Windows color (decimal): -7040837 or 12292244. OLE color: 12292244.
HSL color Cylindrical-coordinate representation of color #9490BB: hue angle of 245.58º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9490BB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 144 | 187 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.27 |
| HSL | 245.58º | 0.24% | 0.65% | - |
| HSV(B) | 245.58º | 0.23% | 0.73% | - |
| XYZ | 31.16 | 29.83 | 51.13 | - |
| YUV | 150.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 187 | 0.21 | 0.23 | 0 | 0.27 | 245.58 | 0.24 | 0.65 |
| Hex | 94 | 90 | BB | 15 | 17 | 0 | 1B | F6 | 18 | 41 |
| Octal | 224 | 220 | 273 | 25 | 27 | 0 | 33 | 366 | 30 | 101 |
| Binary | 10010100 | 10010000 | 10111011 | 10101 | 10111 | 0 | 11011 | 11110110 | 11000 | 1000001 |
Color Harmonies of #9490BB
Complementary color
Monochromatic Colors of #9490BB
Black with #9490BB
Text Example
Text Example
White with #9490BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490BB; }
p { color: rgb(148,144,187); }
H1.HeaderClassName
{
color: #9490BB;
}
.AnyTagClassName
{
color: #9490BB;
}
</style>
background-color css
<style>
a { background-color: #9490BB; }
a { background-color: rgb(148,144,187); }
div.DivClassName
{
background-color: #9490BB;
}
.BgClassName
{
background-color: #9490BB;
}
</style>
border-color css
<style>
span { border-color: #9490BB; }
span { border-color: rgb(148,144,187); }
td.TdClassName
{
border-color: #9490BB;
}
.TagClassName
{
border-color: #9490BB;
}
</style>