Shades of Logan #938EBC
Tints of Logan #938EBC
RGB
CMYK
RGB Variations
Color information
#938EBC (or 0x938EBC) is known color: Logan. HEX triplet: 93, 8E and BC. RGB value is (147,142,188). Sum of RGB (Red+Green+Blue) = 147+142+188=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #938EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EBC is #6C7143. Grayscale: #949494. Windows color (decimal): -7106884 or 12357267. OLE color: 12357267.
HSL color Cylindrical-coordinate representation of color #938EBC: hue angle of 246.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #938EBC is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 142 | 188 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.26 |
| HSL | 246.52º | 0.26% | 0.65% | - |
| HSV(B) | 246.52º | 0.24% | 0.74% | - |
| XYZ | 30.78 | 29.18 | 51.59 | - |
| YUV | 148.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 188 | 0.22 | 0.24 | 0 | 0.26 | 246.52 | 0.26 | 0.65 |
| Hex | 93 | 8E | BC | 16 | 18 | 0 | 1A | F7 | 1A | 41 |
| Octal | 223 | 216 | 274 | 26 | 30 | 0 | 32 | 367 | 32 | 101 |
| Binary | 10010011 | 10001110 | 10111100 | 10110 | 11000 | 0 | 11010 | 11110111 | 11010 | 1000001 |
Color Harmonies of #938EBC
Complementary color
Monochromatic Colors of #938EBC
Black with #938EBC
Text Example
Text Example
White with #938EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EBC; }
p { color: rgb(147,142,188); }
H1.HeaderClassName
{
color: #938EBC;
}
.AnyTagClassName
{
color: #938EBC;
}
</style>
background-color css
<style>
a { background-color: #938EBC; }
a { background-color: rgb(147,142,188); }
div.DivClassName
{
background-color: #938EBC;
}
.BgClassName
{
background-color: #938EBC;
}
</style>
border-color css
<style>
span { border-color: #938EBC; }
span { border-color: rgb(147,142,188); }
td.TdClassName
{
border-color: #938EBC;
}
.TagClassName
{
border-color: #938EBC;
}
</style>