Shades of Logan #9593BC
Tints of Logan #9593BC
RGB
CMYK
RGB Variations
Color information
#9593BC (or 0x9593BC) is known color: Logan. HEX triplet: 95, 93 and BC. RGB value is (149,147,188). Sum of RGB (Red+Green+Blue) = 149+147+188=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #9593BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593BC is #6A6C43. Grayscale: #989898. Windows color (decimal): -6974532 or 12358549. OLE color: 12358549.
HSL color Cylindrical-coordinate representation of color #9593BC: hue angle of 242.93º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9593BC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 147 | 188 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.26 |
| HSL | 242.93º | 0.23% | 0.66% | - |
| HSV(B) | 242.93º | 0.22% | 0.74% | - |
| XYZ | 31.91 | 30.89 | 51.86 | - |
| YUV | 152.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 188 | 0.21 | 0.22 | 0 | 0.26 | 242.93 | 0.23 | 0.66 |
| Hex | 95 | 93 | BC | 15 | 16 | 0 | 1A | F3 | 17 | 42 |
| Octal | 225 | 223 | 274 | 25 | 26 | 0 | 32 | 363 | 27 | 102 |
| Binary | 10010101 | 10010011 | 10111100 | 10101 | 10110 | 0 | 11010 | 11110011 | 10111 | 1000010 |
Color Harmonies of #9593BC
Complementary color
Monochromatic Colors of #9593BC
Black with #9593BC
Text Example
Text Example
White with #9593BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593BC; }
p { color: rgb(149,147,188); }
H1.HeaderClassName
{
color: #9593BC;
}
.AnyTagClassName
{
color: #9593BC;
}
</style>
background-color css
<style>
a { background-color: #9593BC; }
a { background-color: rgb(149,147,188); }
div.DivClassName
{
background-color: #9593BC;
}
.BgClassName
{
background-color: #9593BC;
}
</style>
border-color css
<style>
span { border-color: #9593BC; }
span { border-color: rgb(149,147,188); }
td.TdClassName
{
border-color: #9593BC;
}
.TagClassName
{
border-color: #9593BC;
}
</style>