Shades of Logan #9398BA
Tints of Logan #9398BA
RGB
CMYK
RGB Variations
Color information
#9398BA (or 0x9398BA) is known color: Logan. HEX triplet: 93, 98 and BA. RGB value is (147,152,186). Sum of RGB (Red+Green+Blue) = 147+152+186=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #9398BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398BA is #6C6745. Grayscale: #9A9A9A. Windows color (decimal): -7104326 or 12228755. OLE color: 12228755.
HSL color Cylindrical-coordinate representation of color #9398BA: hue angle of 232.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9398BA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 152 | 186 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.27 |
| HSL | 232.31º | 0.22% | 0.65% | - |
| HSV(B) | 232.31º | 0.21% | 0.73% | - |
| XYZ | 32.12 | 32.2 | 50.98 | - |
| YUV | 154.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 186 | 0.21 | 0.18 | 0 | 0.27 | 232.31 | 0.22 | 0.65 |
| Hex | 93 | 98 | BA | 15 | 12 | 0 | 1B | E8 | 16 | 41 |
| Octal | 223 | 230 | 272 | 25 | 22 | 0 | 33 | 350 | 26 | 101 |
| Binary | 10010011 | 10011000 | 10111010 | 10101 | 10010 | 0 | 11011 | 11101000 | 10110 | 1000001 |
Color Harmonies of #9398BA
Complementary color
Monochromatic Colors of #9398BA
Black with #9398BA
Text Example
Text Example
White with #9398BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398BA; }
p { color: rgb(147,152,186); }
H1.HeaderClassName
{
color: #9398BA;
}
.AnyTagClassName
{
color: #9398BA;
}
</style>
background-color css
<style>
a { background-color: #9398BA; }
a { background-color: rgb(147,152,186); }
div.DivClassName
{
background-color: #9398BA;
}
.BgClassName
{
background-color: #9398BA;
}
</style>
border-color css
<style>
span { border-color: #9398BA; }
span { border-color: rgb(147,152,186); }
td.TdClassName
{
border-color: #9398BA;
}
.TagClassName
{
border-color: #9398BA;
}
</style>