Shades of Logan #9399BA
Tints of Logan #9399BA
RGB
CMYK
RGB Variations
Color information
#9399BA (or 0x9399BA) is known color: Logan. HEX triplet: 93, 99 and BA. RGB value is (147,153,186). Sum of RGB (Red+Green+Blue) = 147+153+186=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #9399BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399BA is #6C6645. Grayscale: #9A9A9A. Windows color (decimal): -7104070 or 12229011. OLE color: 12229011.
HSL color Cylindrical-coordinate representation of color #9399BA: hue angle of 230.77º 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 #9399BA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 153 | 186 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.27 |
| HSL | 230.77º | 0.22% | 0.65% | - |
| HSV(B) | 230.77º | 0.21% | 0.73% | - |
| XYZ | 32.29 | 32.53 | 51.03 | - |
| YUV | 154.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 186 | 0.21 | 0.18 | 0 | 0.27 | 230.77 | 0.22 | 0.65 |
| Hex | 93 | 99 | BA | 15 | 12 | 0 | 1B | E7 | 16 | 41 |
| Octal | 223 | 231 | 272 | 25 | 22 | 0 | 33 | 347 | 26 | 101 |
| Binary | 10010011 | 10011001 | 10111010 | 10101 | 10010 | 0 | 11011 | 11100111 | 10110 | 1000001 |
Color Harmonies of #9399BA
Complementary color
Monochromatic Colors of #9399BA
Black with #9399BA
Text Example
Text Example
White with #9399BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9399BA; }
p { color: rgb(147,153,186); }
H1.HeaderClassName
{
color: #9399BA;
}
.AnyTagClassName
{
color: #9399BA;
}
</style>
background-color css
<style>
a { background-color: #9399BA; }
a { background-color: rgb(147,153,186); }
div.DivClassName
{
background-color: #9399BA;
}
.BgClassName
{
background-color: #9399BA;
}
</style>
border-color css
<style>
span { border-color: #9399BA; }
span { border-color: rgb(147,153,186); }
td.TdClassName
{
border-color: #9399BA;
}
.TagClassName
{
border-color: #9399BA;
}
</style>