Shades of Logan #908AB9
Tints of Logan #908AB9
RGB
CMYK
RGB Variations
Color information
#908AB9 (or 0x908AB9) is known color: Logan. HEX triplet: 90, 8A and B9. RGB value is (144,138,185). Sum of RGB (Red+Green+Blue) = 144+138+185=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #908AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908AB9 is #6F7546. Grayscale: #909090. Windows color (decimal): -7304519 or 12159632. OLE color: 12159632.
HSL color Cylindrical-coordinate representation of color #908AB9: hue angle of 247.66º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908AB9 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 138 | 185 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.27 |
| HSL | 247.66º | 0.25% | 0.63% | - |
| HSV(B) | 247.66º | 0.25% | 0.73% | - |
| XYZ | 29.35 | 27.61 | 49.68 | - |
| YUV | 145.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 185 | 0.22 | 0.25 | 0 | 0.27 | 247.66 | 0.25 | 0.63 |
| Hex | 90 | 8A | B9 | 16 | 19 | 0 | 1B | F8 | 19 | 3F |
| Octal | 220 | 212 | 271 | 26 | 31 | 0 | 33 | 370 | 31 | 77 |
| Binary | 10010000 | 10001010 | 10111001 | 10110 | 11001 | 0 | 11011 | 11111000 | 11001 | 111111 |
Color Harmonies of #908AB9
Complementary color
Monochromatic Colors of #908AB9
Black with #908AB9
Text Example
Text Example
White with #908AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AB9; }
p { color: rgb(144,138,185); }
H1.HeaderClassName
{
color: #908AB9;
}
.AnyTagClassName
{
color: #908AB9;
}
</style>
background-color css
<style>
a { background-color: #908AB9; }
a { background-color: rgb(144,138,185); }
div.DivClassName
{
background-color: #908AB9;
}
.BgClassName
{
background-color: #908AB9;
}
</style>
border-color css
<style>
span { border-color: #908AB9; }
span { border-color: rgb(144,138,185); }
td.TdClassName
{
border-color: #908AB9;
}
.TagClassName
{
border-color: #908AB9;
}
</style>