Shades of Portage #8A90DB
Tints of Portage #8A90DB
RGB
CMYK
RGB Variations
Color information
#8A90DB (or 0x8A90DB) is known color: Portage. HEX triplet: 8A, 90 and DB. RGB value is (138,144,219). Sum of RGB (Red+Green+Blue) = 138+144+219=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A90DB is #756F24. Grayscale: #969696. Windows color (decimal): -7696165 or 14389386. OLE color: 14389386.
HSL color Cylindrical-coordinate representation of color #8A90DB: hue angle of 235.56º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A90DB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 144 | 219 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.14 |
| HSL | 235.56º | 0.53% | 0.7% | - |
| HSV(B) | 235.56º | 0.37% | 0.86% | - |
| XYZ | 33.24 | 30.46 | 71.15 | - |
| YUV | 150.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 219 | 0.37 | 0.34 | 0 | 0.14 | 235.56 | 0.53 | 0.7 |
| Hex | 8A | 90 | DB | 25 | 22 | 0 | E | EC | 35 | 46 |
| Octal | 212 | 220 | 333 | 45 | 42 | 0 | 16 | 354 | 65 | 106 |
| Binary | 10001010 | 10010000 | 11011011 | 100101 | 100010 | 0 | 1110 | 11101100 | 110101 | 1000110 |
Color Harmonies of #8A90DB
Complementary color
Monochromatic Colors of #8A90DB
Black with #8A90DB
Text Example
Text Example
White with #8A90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A90DB; }
p { color: rgb(138,144,219); }
H1.HeaderClassName
{
color: #8A90DB;
}
.AnyTagClassName
{
color: #8A90DB;
}
</style>
background-color css
<style>
a { background-color: #8A90DB; }
a { background-color: rgb(138,144,219); }
div.DivClassName
{
background-color: #8A90DB;
}
.BgClassName
{
background-color: #8A90DB;
}
</style>
border-color css
<style>
span { border-color: #8A90DB; }
span { border-color: rgb(138,144,219); }
td.TdClassName
{
border-color: #8A90DB;
}
.TagClassName
{
border-color: #8A90DB;
}
</style>