Shades of Logan #9293B4
Tints of Logan #9293B4
RGB
CMYK
RGB Variations
Color information
#9293B4 (or 0x9293B4) is known color: Logan. HEX triplet: 92, 93 and B4. RGB value is (146,147,180). Sum of RGB (Red+Green+Blue) = 146+147+180=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #9293B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293B4 is #6D6C4B. Grayscale: #969696. Windows color (decimal): -7171148 or 11834258. OLE color: 11834258.
HSL color Cylindrical-coordinate representation of color #9293B4: hue angle of 238.24º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9293B4 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 147 | 180 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.29 |
| HSL | 238.24º | 0.18% | 0.64% | - |
| HSV(B) | 238.24º | 0.19% | 0.71% | - |
| XYZ | 30.53 | 30.27 | 47.41 | - |
| YUV | 150.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 180 | 0.19 | 0.18 | 0 | 0.29 | 238.24 | 0.18 | 0.64 |
| Hex | 92 | 93 | B4 | 13 | 12 | 0 | 1D | EE | 12 | 40 |
| Octal | 222 | 223 | 264 | 23 | 22 | 0 | 35 | 356 | 22 | 100 |
| Binary | 10010010 | 10010011 | 10110100 | 10011 | 10010 | 0 | 11101 | 11101110 | 10010 | 1000000 |
Color Harmonies of #9293B4
Complementary color
Monochromatic Colors of #9293B4
Black with #9293B4
Text Example
Text Example
White with #9293B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293B4; }
p { color: rgb(146,147,180); }
H1.HeaderClassName
{
color: #9293B4;
}
.AnyTagClassName
{
color: #9293B4;
}
</style>
background-color css
<style>
a { background-color: #9293B4; }
a { background-color: rgb(146,147,180); }
div.DivClassName
{
background-color: #9293B4;
}
.BgClassName
{
background-color: #9293B4;
}
</style>
border-color css
<style>
span { border-color: #9293B4; }
span { border-color: rgb(146,147,180); }
td.TdClassName
{
border-color: #9293B4;
}
.TagClassName
{
border-color: #9293B4;
}
</style>