Shades of Logan #9390BD
Tints of Logan #9390BD
RGB
CMYK
RGB Variations
Color information
#9390BD (or 0x9390BD) is known color: Logan. HEX triplet: 93, 90 and BD. RGB value is (147,144,189). Sum of RGB (Red+Green+Blue) = 147+144+189=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #9390BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390BD is #6C6F42. Grayscale: #959595. Windows color (decimal): -7106371 or 12423315. OLE color: 12423315.
HSL color Cylindrical-coordinate representation of color #9390BD: hue angle of 244º degrees, saturation: 0.25, 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 #9390BD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 144 | 189 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.26 |
| HSL | 244º | 0.25% | 0.65% | - |
| HSV(B) | 244º | 0.24% | 0.74% | - |
| XYZ | 31.19 | 29.82 | 52.26 | - |
| YUV | 150.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 189 | 0.22 | 0.24 | 0 | 0.26 | 244 | 0.25 | 0.65 |
| Hex | 93 | 90 | BD | 16 | 18 | 0 | 1A | F4 | 19 | 41 |
| Octal | 223 | 220 | 275 | 26 | 30 | 0 | 32 | 364 | 31 | 101 |
| Binary | 10010011 | 10010000 | 10111101 | 10110 | 11000 | 0 | 11010 | 11110100 | 11001 | 1000001 |
Color Harmonies of #9390BD
Complementary color
Monochromatic Colors of #9390BD
Black with #9390BD
Text Example
Text Example
White with #9390BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390BD; }
p { color: rgb(147,144,189); }
H1.HeaderClassName
{
color: #9390BD;
}
.AnyTagClassName
{
color: #9390BD;
}
</style>
background-color css
<style>
a { background-color: #9390BD; }
a { background-color: rgb(147,144,189); }
div.DivClassName
{
background-color: #9390BD;
}
.BgClassName
{
background-color: #9390BD;
}
</style>
border-color css
<style>
span { border-color: #9390BD; }
span { border-color: rgb(147,144,189); }
td.TdClassName
{
border-color: #9390BD;
}
.TagClassName
{
border-color: #9390BD;
}
</style>