Shades of Logan #9394BB
Tints of Logan #9394BB
RGB
CMYK
RGB Variations
Color information
#9394BB (or 0x9394BB) is known color: Logan. HEX triplet: 93, 94 and BB. RGB value is (147,148,187). Sum of RGB (Red+Green+Blue) = 147+148+187=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #9394BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394BB is #6C6B44. Grayscale: #979797. Windows color (decimal): -7105349 or 12293267. OLE color: 12293267.
HSL color Cylindrical-coordinate representation of color #9394BB: hue angle of 238.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9394BB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 148 | 187 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.27 |
| HSL | 238.5º | 0.23% | 0.65% | - |
| HSV(B) | 238.5º | 0.21% | 0.73% | - |
| XYZ | 31.59 | 30.97 | 51.33 | - |
| YUV | 152.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 187 | 0.21 | 0.21 | 0 | 0.27 | 238.5 | 0.23 | 0.65 |
| Hex | 93 | 94 | BB | 15 | 15 | 0 | 1B | EE | 17 | 41 |
| Octal | 223 | 224 | 273 | 25 | 25 | 0 | 33 | 356 | 27 | 101 |
| Binary | 10010011 | 10010100 | 10111011 | 10101 | 10101 | 0 | 11011 | 11101110 | 10111 | 1000001 |
Color Harmonies of #9394BB
Complementary color
Monochromatic Colors of #9394BB
Black with #9394BB
Text Example
Text Example
White with #9394BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394BB; }
p { color: rgb(147,148,187); }
H1.HeaderClassName
{
color: #9394BB;
}
.AnyTagClassName
{
color: #9394BB;
}
</style>
background-color css
<style>
a { background-color: #9394BB; }
a { background-color: rgb(147,148,187); }
div.DivClassName
{
background-color: #9394BB;
}
.BgClassName
{
background-color: #9394BB;
}
</style>
border-color css
<style>
span { border-color: #9394BB; }
span { border-color: rgb(147,148,187); }
td.TdClassName
{
border-color: #9394BB;
}
.TagClassName
{
border-color: #9394BB;
}
</style>