Shades of Logan #9491BE
Tints of Logan #9491BE
RGB
CMYK
RGB Variations
Color information
#9491BE (or 0x9491BE) is known color: Logan. HEX triplet: 94, 91 and BE. RGB value is (148,145,190). Sum of RGB (Red+Green+Blue) = 148+145+190=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9491BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9491BE is #6B6E41. Grayscale: #969696. Windows color (decimal): -7040578 or 12489108. OLE color: 12489108.
HSL color Cylindrical-coordinate representation of color #9491BE: hue angle of 244º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9491BE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 145 | 190 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.25 |
| HSL | 244º | 0.26% | 0.66% | - |
| HSV(B) | 244º | 0.24% | 0.75% | - |
| XYZ | 31.63 | 30.26 | 52.89 | - |
| YUV | 151.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 190 | 0.22 | 0.24 | 0 | 0.25 | 244 | 0.26 | 0.66 |
| Hex | 94 | 91 | BE | 16 | 18 | 0 | 19 | F4 | 1A | 42 |
| Octal | 224 | 221 | 276 | 26 | 30 | 0 | 31 | 364 | 32 | 102 |
| Binary | 10010100 | 10010001 | 10111110 | 10110 | 11000 | 0 | 11001 | 11110100 | 11010 | 1000010 |
Color Harmonies of #9491BE
Complementary color
Monochromatic Colors of #9491BE
Black with #9491BE
Text Example
Text Example
White with #9491BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9491BE; }
p { color: rgb(148,145,190); }
H1.HeaderClassName
{
color: #9491BE;
}
.AnyTagClassName
{
color: #9491BE;
}
</style>
background-color css
<style>
a { background-color: #9491BE; }
a { background-color: rgb(148,145,190); }
div.DivClassName
{
background-color: #9491BE;
}
.BgClassName
{
background-color: #9491BE;
}
</style>
border-color css
<style>
span { border-color: #9491BE; }
span { border-color: rgb(148,145,190); }
td.TdClassName
{
border-color: #9491BE;
}
.TagClassName
{
border-color: #9491BE;
}
</style>