Shades of Logan #9291BC
Tints of Logan #9291BC
RGB
CMYK
RGB Variations
Color information
#9291BC (or 0x9291BC) is known color: Logan. HEX triplet: 92, 91 and BC. RGB value is (146,145,188). Sum of RGB (Red+Green+Blue) = 146+145+188=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9291BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291BC is #6D6E43. Grayscale: #969696. Windows color (decimal): -7171652 or 12358034. OLE color: 12358034.
HSL color Cylindrical-coordinate representation of color #9291BC: hue angle of 241.4º degrees, saturation: 0.24, 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 #9291BC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 145 | 188 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.26 |
| HSL | 241.4º | 0.24% | 0.65% | - |
| HSV(B) | 241.4º | 0.23% | 0.74% | - |
| XYZ | 31.06 | 29.99 | 51.73 | - |
| YUV | 150.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 188 | 0.22 | 0.23 | 0 | 0.26 | 241.4 | 0.24 | 0.65 |
| Hex | 92 | 91 | BC | 16 | 17 | 0 | 1A | F1 | 18 | 41 |
| Octal | 222 | 221 | 274 | 26 | 27 | 0 | 32 | 361 | 30 | 101 |
| Binary | 10010010 | 10010001 | 10111100 | 10110 | 10111 | 0 | 11010 | 11110001 | 11000 | 1000001 |
Color Harmonies of #9291BC
Complementary color
Monochromatic Colors of #9291BC
Black with #9291BC
Text Example
Text Example
White with #9291BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9291BC; }
p { color: rgb(146,145,188); }
H1.HeaderClassName
{
color: #9291BC;
}
.AnyTagClassName
{
color: #9291BC;
}
</style>
background-color css
<style>
a { background-color: #9291BC; }
a { background-color: rgb(146,145,188); }
div.DivClassName
{
background-color: #9291BC;
}
.BgClassName
{
background-color: #9291BC;
}
</style>
border-color css
<style>
span { border-color: #9291BC; }
span { border-color: rgb(146,145,188); }
td.TdClassName
{
border-color: #9291BC;
}
.TagClassName
{
border-color: #9291BC;
}
</style>