Shades of Logan #9593B4
Tints of Logan #9593B4
RGB
CMYK
RGB Variations
Color information
#9593B4 (or 0x9593B4) is known color: Logan. HEX triplet: 95, 93 and B4. RGB value is (149,147,180). Sum of RGB (Red+Green+Blue) = 149+147+180=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #9593B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593B4 is #6A6C4B. Grayscale: #979797. Windows color (decimal): -6974540 or 11834261. OLE color: 11834261.
HSL color Cylindrical-coordinate representation of color #9593B4: hue angle of 243.64º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9593B4 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 147 | 180 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.29 |
| HSL | 243.64º | 0.18% | 0.64% | - |
| HSV(B) | 243.64º | 0.18% | 0.71% | - |
| XYZ | 31.07 | 30.55 | 47.44 | - |
| YUV | 151.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 180 | 0.17 | 0.18 | 0 | 0.29 | 243.64 | 0.18 | 0.64 |
| Hex | 95 | 93 | B4 | 11 | 12 | 0 | 1D | F4 | 12 | 40 |
| Octal | 225 | 223 | 264 | 21 | 22 | 0 | 35 | 364 | 22 | 100 |
| Binary | 10010101 | 10010011 | 10110100 | 10001 | 10010 | 0 | 11101 | 11110100 | 10010 | 1000000 |
Color Harmonies of #9593B4
Complementary color
Monochromatic Colors of #9593B4
Black with #9593B4
Text Example
Text Example
White with #9593B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593B4; }
p { color: rgb(149,147,180); }
H1.HeaderClassName
{
color: #9593B4;
}
.AnyTagClassName
{
color: #9593B4;
}
</style>
background-color css
<style>
a { background-color: #9593B4; }
a { background-color: rgb(149,147,180); }
div.DivClassName
{
background-color: #9593B4;
}
.BgClassName
{
background-color: #9593B4;
}
</style>
border-color css
<style>
span { border-color: #9593B4; }
span { border-color: rgb(149,147,180); }
td.TdClassName
{
border-color: #9593B4;
}
.TagClassName
{
border-color: #9593B4;
}
</style>