Shades of Logan #9593B5
Tints of Logan #9593B5
RGB
CMYK
RGB Variations
Color information
#9593B5 (or 0x9593B5) is known color: Logan. HEX triplet: 95, 93 and B5. RGB value is (149,147,181). Sum of RGB (Red+Green+Blue) = 149+147+181=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #9593B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593B5 is #6A6C4A. Grayscale: #979797. Windows color (decimal): -6974539 or 11899797. OLE color: 11899797.
HSL color Cylindrical-coordinate representation of color #9593B5: hue angle of 243.53º degrees, saturation: 0.19, 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 #9593B5 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 147 | 181 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.29 |
| HSL | 243.53º | 0.19% | 0.64% | - |
| HSV(B) | 243.53º | 0.19% | 0.71% | - |
| XYZ | 31.17 | 30.59 | 47.98 | - |
| YUV | 151.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 181 | 0.18 | 0.19 | 0 | 0.29 | 243.53 | 0.19 | 0.64 |
| Hex | 95 | 93 | B5 | 12 | 13 | 0 | 1D | F4 | 13 | 40 |
| Octal | 225 | 223 | 265 | 22 | 23 | 0 | 35 | 364 | 23 | 100 |
| Binary | 10010101 | 10010011 | 10110101 | 10010 | 10011 | 0 | 11101 | 11110100 | 10011 | 1000000 |
Color Harmonies of #9593B5
Complementary color
Monochromatic Colors of #9593B5
Black with #9593B5
Text Example
Text Example
White with #9593B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593B5; }
p { color: rgb(149,147,181); }
H1.HeaderClassName
{
color: #9593B5;
}
.AnyTagClassName
{
color: #9593B5;
}
</style>
background-color css
<style>
a { background-color: #9593B5; }
a { background-color: rgb(149,147,181); }
div.DivClassName
{
background-color: #9593B5;
}
.BgClassName
{
background-color: #9593B5;
}
</style>
border-color css
<style>
span { border-color: #9593B5; }
span { border-color: rgb(149,147,181); }
td.TdClassName
{
border-color: #9593B5;
}
.TagClassName
{
border-color: #9593B5;
}
</style>