Shades of Logan #908EB8
Tints of Logan #908EB8
RGB
CMYK
RGB Variations
Color information
#908EB8 (or 0x908EB8) is known color: Logan. HEX triplet: 90, 8E and B8. RGB value is (144,142,184). Sum of RGB (Red+Green+Blue) = 144+142+184=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #908EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EB8 is #6F7147. Grayscale: #939393. Windows color (decimal): -7303496 or 12095120. OLE color: 12095120.
HSL color Cylindrical-coordinate representation of color #908EB8: hue angle of 242.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #908EB8 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 142 | 184 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.28 |
| HSL | 242.86º | 0.23% | 0.64% | - |
| HSV(B) | 242.86º | 0.23% | 0.72% | - |
| XYZ | 29.83 | 28.74 | 49.32 | - |
| YUV | 147.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 184 | 0.22 | 0.23 | 0 | 0.28 | 242.86 | 0.23 | 0.64 |
| Hex | 90 | 8E | B8 | 16 | 17 | 0 | 1C | F3 | 17 | 40 |
| Octal | 220 | 216 | 270 | 26 | 27 | 0 | 34 | 363 | 27 | 100 |
| Binary | 10010000 | 10001110 | 10111000 | 10110 | 10111 | 0 | 11100 | 11110011 | 10111 | 1000000 |
Color Harmonies of #908EB8
Complementary color
Monochromatic Colors of #908EB8
Black with #908EB8
Text Example
Text Example
White with #908EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EB8; }
p { color: rgb(144,142,184); }
H1.HeaderClassName
{
color: #908EB8;
}
.AnyTagClassName
{
color: #908EB8;
}
</style>
background-color css
<style>
a { background-color: #908EB8; }
a { background-color: rgb(144,142,184); }
div.DivClassName
{
background-color: #908EB8;
}
.BgClassName
{
background-color: #908EB8;
}
</style>
border-color css
<style>
span { border-color: #908EB8; }
span { border-color: rgb(144,142,184); }
td.TdClassName
{
border-color: #908EB8;
}
.TagClassName
{
border-color: #908EB8;
}
</style>