Shades of Logan #9490BC
Tints of Logan #9490BC
RGB
CMYK
RGB Variations
Color information
#9490BC (or 0x9490BC) is known color: Logan. HEX triplet: 94, 90 and BC. RGB value is (148,144,188). Sum of RGB (Red+Green+Blue) = 148+144+188=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #9490BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490BC is #6B6F43. Grayscale: #969696. Windows color (decimal): -7040836 or 12357780. OLE color: 12357780.
HSL color Cylindrical-coordinate representation of color #9490BC: hue angle of 245.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9490BC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 144 | 188 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.26 |
| HSL | 245.45º | 0.25% | 0.65% | - |
| HSV(B) | 245.45º | 0.23% | 0.74% | - |
| XYZ | 31.26 | 29.87 | 51.7 | - |
| YUV | 150.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 188 | 0.21 | 0.23 | 0 | 0.26 | 245.45 | 0.25 | 0.65 |
| Hex | 94 | 90 | BC | 15 | 17 | 0 | 1A | F5 | 19 | 41 |
| Octal | 224 | 220 | 274 | 25 | 27 | 0 | 32 | 365 | 31 | 101 |
| Binary | 10010100 | 10010000 | 10111100 | 10101 | 10111 | 0 | 11010 | 11110101 | 11001 | 1000001 |
Color Harmonies of #9490BC
Complementary color
Monochromatic Colors of #9490BC
Black with #9490BC
Text Example
Text Example
White with #9490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490BC; }
p { color: rgb(148,144,188); }
H1.HeaderClassName
{
color: #9490BC;
}
.AnyTagClassName
{
color: #9490BC;
}
</style>
background-color css
<style>
a { background-color: #9490BC; }
a { background-color: rgb(148,144,188); }
div.DivClassName
{
background-color: #9490BC;
}
.BgClassName
{
background-color: #9490BC;
}
</style>
border-color css
<style>
span { border-color: #9490BC; }
span { border-color: rgb(148,144,188); }
td.TdClassName
{
border-color: #9490BC;
}
.TagClassName
{
border-color: #9490BC;
}
</style>