Shades of Logan #908EBB
Tints of Logan #908EBB
RGB
CMYK
RGB Variations
Color information
#908EBB (or 0x908EBB) is known color: Logan. HEX triplet: 90, 8E and BB. RGB value is (144,142,187). Sum of RGB (Red+Green+Blue) = 144+142+187=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #908EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EBB is #6F7144. Grayscale: #939393. Windows color (decimal): -7303493 or 12291728. OLE color: 12291728.
HSL color Cylindrical-coordinate representation of color #908EBB: hue angle of 242.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #908EBB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 142 | 187 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.27 |
| HSL | 242.67º | 0.25% | 0.65% | - |
| HSV(B) | 242.67º | 0.24% | 0.73% | - |
| XYZ | 30.14 | 28.86 | 51 | - |
| YUV | 147.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 187 | 0.23 | 0.24 | 0 | 0.27 | 242.67 | 0.25 | 0.65 |
| Hex | 90 | 8E | BB | 17 | 18 | 0 | 1B | F3 | 19 | 41 |
| Octal | 220 | 216 | 273 | 27 | 30 | 0 | 33 | 363 | 31 | 101 |
| Binary | 10010000 | 10001110 | 10111011 | 10111 | 11000 | 0 | 11011 | 11110011 | 11001 | 1000001 |
Color Harmonies of #908EBB
Complementary color
Monochromatic Colors of #908EBB
Black with #908EBB
Text Example
Text Example
White with #908EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EBB; }
p { color: rgb(144,142,187); }
H1.HeaderClassName
{
color: #908EBB;
}
.AnyTagClassName
{
color: #908EBB;
}
</style>
background-color css
<style>
a { background-color: #908EBB; }
a { background-color: rgb(144,142,187); }
div.DivClassName
{
background-color: #908EBB;
}
.BgClassName
{
background-color: #908EBB;
}
</style>
border-color css
<style>
span { border-color: #908EBB; }
span { border-color: rgb(144,142,187); }
td.TdClassName
{
border-color: #908EBB;
}
.TagClassName
{
border-color: #908EBB;
}
</style>