Shades of Logan #9193BC
Tints of Logan #9193BC
RGB
CMYK
RGB Variations
Color information
#9193BC (or 0x9193BC) is known color: Logan. HEX triplet: 91, 93 and BC. RGB value is (145,147,188). Sum of RGB (Red+Green+Blue) = 145+147+188=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #9193BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193BC is #6E6C43. Grayscale: #969696. Windows color (decimal): -7236676 or 12358545. OLE color: 12358545.
HSL color Cylindrical-coordinate representation of color #9193BC: hue angle of 237.21º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9193BC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 147 | 188 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.26 |
| HSL | 237.21º | 0.24% | 0.65% | - |
| HSV(B) | 237.21º | 0.23% | 0.74% | - |
| XYZ | 31.19 | 30.52 | 51.82 | - |
| YUV | 151.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 188 | 0.23 | 0.22 | 0 | 0.26 | 237.21 | 0.24 | 0.65 |
| Hex | 91 | 93 | BC | 17 | 16 | 0 | 1A | ED | 18 | 41 |
| Octal | 221 | 223 | 274 | 27 | 26 | 0 | 32 | 355 | 30 | 101 |
| Binary | 10010001 | 10010011 | 10111100 | 10111 | 10110 | 0 | 11010 | 11101101 | 11000 | 1000001 |
Color Harmonies of #9193BC
Complementary color
Monochromatic Colors of #9193BC
Black with #9193BC
Text Example
Text Example
White with #9193BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193BC; }
p { color: rgb(145,147,188); }
H1.HeaderClassName
{
color: #9193BC;
}
.AnyTagClassName
{
color: #9193BC;
}
</style>
background-color css
<style>
a { background-color: #9193BC; }
a { background-color: rgb(145,147,188); }
div.DivClassName
{
background-color: #9193BC;
}
.BgClassName
{
background-color: #9193BC;
}
</style>
border-color css
<style>
span { border-color: #9193BC; }
span { border-color: rgb(145,147,188); }
td.TdClassName
{
border-color: #9193BC;
}
.TagClassName
{
border-color: #9193BC;
}
</style>