Shades of Logan #9392BA
Tints of Logan #9392BA
RGB
CMYK
RGB Variations
Color information
#9392BA (or 0x9392BA) is known color: Logan. HEX triplet: 93, 92 and BA. RGB value is (147,146,186). Sum of RGB (Red+Green+Blue) = 147+146+186=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #9392BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392BA is #6C6D45. Grayscale: #969696. Windows color (decimal): -7105862 or 12227219. OLE color: 12227219.
HSL color Cylindrical-coordinate representation of color #9392BA: hue angle of 241.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9392BA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 146 | 186 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.27 |
| HSL | 241.5º | 0.22% | 0.65% | - |
| HSV(B) | 241.5º | 0.22% | 0.73% | - |
| XYZ | 31.17 | 30.31 | 50.66 | - |
| YUV | 150.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 186 | 0.21 | 0.22 | 0 | 0.27 | 241.5 | 0.22 | 0.65 |
| Hex | 93 | 92 | BA | 15 | 16 | 0 | 1B | F2 | 16 | 41 |
| Octal | 223 | 222 | 272 | 25 | 26 | 0 | 33 | 362 | 26 | 101 |
| Binary | 10010011 | 10010010 | 10111010 | 10101 | 10110 | 0 | 11011 | 11110010 | 10110 | 1000001 |
Color Harmonies of #9392BA
Complementary color
Monochromatic Colors of #9392BA
Black with #9392BA
Text Example
Text Example
White with #9392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392BA; }
p { color: rgb(147,146,186); }
H1.HeaderClassName
{
color: #9392BA;
}
.AnyTagClassName
{
color: #9392BA;
}
</style>
background-color css
<style>
a { background-color: #9392BA; }
a { background-color: rgb(147,146,186); }
div.DivClassName
{
background-color: #9392BA;
}
.BgClassName
{
background-color: #9392BA;
}
</style>
border-color css
<style>
span { border-color: #9392BA; }
span { border-color: rgb(147,146,186); }
td.TdClassName
{
border-color: #9392BA;
}
.TagClassName
{
border-color: #9392BA;
}
</style>