Shades of Logan #908DBC
Tints of Logan #908DBC
RGB
CMYK
RGB Variations
Color information
#908DBC (or 0x908DBC) is known color: Logan. HEX triplet: 90, 8D and BC. RGB value is (144,141,188). Sum of RGB (Red+Green+Blue) = 144+141+188=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #908DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DBC is #6F7243. Grayscale: #939393. Windows color (decimal): -7303748 or 12357008. OLE color: 12357008.
HSL color Cylindrical-coordinate representation of color #908DBC: hue angle of 243.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908DBC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 141 | 188 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.26 |
| HSL | 243.83º | 0.26% | 0.65% | - |
| HSV(B) | 243.83º | 0.25% | 0.74% | - |
| XYZ | 30.1 | 28.61 | 51.51 | - |
| YUV | 147.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 188 | 0.23 | 0.25 | 0 | 0.26 | 243.83 | 0.26 | 0.65 |
| Hex | 90 | 8D | BC | 17 | 19 | 0 | 1A | F4 | 1A | 41 |
| Octal | 220 | 215 | 274 | 27 | 31 | 0 | 32 | 364 | 32 | 101 |
| Binary | 10010000 | 10001101 | 10111100 | 10111 | 11001 | 0 | 11010 | 11110100 | 11010 | 1000001 |
Color Harmonies of #908DBC
Complementary color
Monochromatic Colors of #908DBC
Black with #908DBC
Text Example
Text Example
White with #908DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DBC; }
p { color: rgb(144,141,188); }
H1.HeaderClassName
{
color: #908DBC;
}
.AnyTagClassName
{
color: #908DBC;
}
</style>
background-color css
<style>
a { background-color: #908DBC; }
a { background-color: rgb(144,141,188); }
div.DivClassName
{
background-color: #908DBC;
}
.BgClassName
{
background-color: #908DBC;
}
</style>
border-color css
<style>
span { border-color: #908DBC; }
span { border-color: rgb(144,141,188); }
td.TdClassName
{
border-color: #908DBC;
}
.TagClassName
{
border-color: #908DBC;
}
</style>