Shades of Logan #9291B6
Tints of Logan #9291B6
RGB
CMYK
RGB Variations
Color information
#9291B6 (or 0x9291B6) is known color: Logan. HEX triplet: 92, 91 and B6. RGB value is (146,145,182). Sum of RGB (Red+Green+Blue) = 146+145+182=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #9291B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291B6 is #6D6E49. Grayscale: #959595. Windows color (decimal): -7171658 or 11964818. OLE color: 11964818.
HSL color Cylindrical-coordinate representation of color #9291B6: hue angle of 241.62º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9291B6 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 145 | 182 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.29 |
| HSL | 241.62º | 0.2% | 0.64% | - |
| HSV(B) | 241.62º | 0.2% | 0.71% | - |
| XYZ | 30.42 | 29.74 | 48.39 | - |
| YUV | 149.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 182 | 0.20 | 0.20 | 0 | 0.29 | 241.62 | 0.2 | 0.64 |
| Hex | 92 | 91 | B6 | 14 | 14 | 0 | 1D | F2 | 14 | 40 |
| Octal | 222 | 221 | 266 | 24 | 24 | 0 | 35 | 362 | 24 | 100 |
| Binary | 10010010 | 10010001 | 10110110 | 10100 | 10100 | 0 | 11101 | 11110010 | 10100 | 1000000 |
Color Harmonies of #9291B6
Complementary color
Monochromatic Colors of #9291B6
Black with #9291B6
Text Example
Text Example
White with #9291B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9291B6; }
p { color: rgb(146,145,182); }
H1.HeaderClassName
{
color: #9291B6;
}
.AnyTagClassName
{
color: #9291B6;
}
</style>
background-color css
<style>
a { background-color: #9291B6; }
a { background-color: rgb(146,145,182); }
div.DivClassName
{
background-color: #9291B6;
}
.BgClassName
{
background-color: #9291B6;
}
</style>
border-color css
<style>
span { border-color: #9291B6; }
span { border-color: rgb(146,145,182); }
td.TdClassName
{
border-color: #9291B6;
}
.TagClassName
{
border-color: #9291B6;
}
</style>