Shades of Logan #9393BC
Tints of Logan #9393BC
RGB
CMYK
RGB Variations
Color information
#9393BC (or 0x9393BC) is known color: Logan. HEX triplet: 93, 93 and BC. RGB value is (147,147,188). Sum of RGB (Red+Green+Blue) = 147+147+188=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #9393BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9393BC is #6C6C43. Grayscale: #979797. Windows color (decimal): -7105604 or 12358547. OLE color: 12358547.
HSL color Cylindrical-coordinate representation of color #9393BC: hue angle of 240º 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 #9393BC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 147 | 188 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.26 |
| HSL | 240º | 0.23% | 0.66% | - |
| HSV(B) | 240º | 0.22% | 0.74% | - |
| XYZ | 31.54 | 30.7 | 51.84 | - |
| YUV | 151.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 188 | 0.22 | 0.22 | 0 | 0.26 | 240 | 0.23 | 0.66 |
| Hex | 93 | 93 | BC | 16 | 16 | 0 | 1A | F0 | 17 | 42 |
| Octal | 223 | 223 | 274 | 26 | 26 | 0 | 32 | 360 | 27 | 102 |
| Binary | 10010011 | 10010011 | 10111100 | 10110 | 10110 | 0 | 11010 | 11110000 | 10111 | 1000010 |
Color Harmonies of #9393BC
Complementary color
Monochromatic Colors of #9393BC
Black with #9393BC
Text Example
Text Example
White with #9393BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393BC; }
p { color: rgb(147,147,188); }
H1.HeaderClassName
{
color: #9393BC;
}
.AnyTagClassName
{
color: #9393BC;
}
</style>
background-color css
<style>
a { background-color: #9393BC; }
a { background-color: rgb(147,147,188); }
div.DivClassName
{
background-color: #9393BC;
}
.BgClassName
{
background-color: #9393BC;
}
</style>
border-color css
<style>
span { border-color: #9393BC; }
span { border-color: rgb(147,147,188); }
td.TdClassName
{
border-color: #9393BC;
}
.TagClassName
{
border-color: #9393BC;
}
</style>