Shades of Logan #9593B9
Tints of Logan #9593B9
RGB
CMYK
RGB Variations
Color information
#9593B9 (or 0x9593B9) is known color: Logan. HEX triplet: 95, 93 and B9. RGB value is (149,147,185). Sum of RGB (Red+Green+Blue) = 149+147+185=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #9593B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593B9 is #6A6C46. Grayscale: #979797. Windows color (decimal): -6974535 or 12161941. OLE color: 12161941.
HSL color Cylindrical-coordinate representation of color #9593B9: hue angle of 243.16º degrees, saturation: 0.21, 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 #9593B9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 147 | 185 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.27 |
| HSL | 243.16º | 0.21% | 0.65% | - |
| HSV(B) | 243.16º | 0.21% | 0.73% | - |
| XYZ | 31.59 | 30.76 | 50.17 | - |
| YUV | 151.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 185 | 0.19 | 0.21 | 0 | 0.27 | 243.16 | 0.21 | 0.65 |
| Hex | 95 | 93 | B9 | 13 | 15 | 0 | 1B | F3 | 15 | 41 |
| Octal | 225 | 223 | 271 | 23 | 25 | 0 | 33 | 363 | 25 | 101 |
| Binary | 10010101 | 10010011 | 10111001 | 10011 | 10101 | 0 | 11011 | 11110011 | 10101 | 1000001 |
Color Harmonies of #9593B9
Complementary color
Monochromatic Colors of #9593B9
Black with #9593B9
Text Example
Text Example
White with #9593B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593B9; }
p { color: rgb(149,147,185); }
H1.HeaderClassName
{
color: #9593B9;
}
.AnyTagClassName
{
color: #9593B9;
}
</style>
background-color css
<style>
a { background-color: #9593B9; }
a { background-color: rgb(149,147,185); }
div.DivClassName
{
background-color: #9593B9;
}
.BgClassName
{
background-color: #9593B9;
}
</style>
border-color css
<style>
span { border-color: #9593B9; }
span { border-color: rgb(149,147,185); }
td.TdClassName
{
border-color: #9593B9;
}
.TagClassName
{
border-color: #9593B9;
}
</style>