Shades of Portage #8A8DDB
Tints of Portage #8A8DDB
RGB
CMYK
RGB Variations
Color information
#8A8DDB (or 0x8A8DDB) is known color: Portage. HEX triplet: 8A, 8D and DB. RGB value is (138,141,219). Sum of RGB (Red+Green+Blue) = 138+141+219=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8DDB is #757224. Grayscale: #949494. Windows color (decimal): -7696933 or 14388618. OLE color: 14388618.
HSL color Cylindrical-coordinate representation of color #8A8DDB: hue angle of 237.78º 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 #8A8DDB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 141 | 219 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.14 |
| HSL | 237.78º | 0.53% | 0.7% | - |
| HSV(B) | 237.78º | 0.37% | 0.86% | - |
| XYZ | 32.79 | 29.57 | 71 | - |
| YUV | 149 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 219 | 0.37 | 0.36 | 0 | 0.14 | 237.78 | 0.53 | 0.7 |
| Hex | 8A | 8D | DB | 25 | 24 | 0 | E | EE | 35 | 46 |
| Octal | 212 | 215 | 333 | 45 | 44 | 0 | 16 | 356 | 65 | 106 |
| Binary | 10001010 | 10001101 | 11011011 | 100101 | 100100 | 0 | 1110 | 11101110 | 110101 | 1000110 |
Color Harmonies of #8A8DDB
Complementary color
Monochromatic Colors of #8A8DDB
Black with #8A8DDB
Text Example
Text Example
White with #8A8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DDB; }
p { color: rgb(138,141,219); }
H1.HeaderClassName
{
color: #8A8DDB;
}
.AnyTagClassName
{
color: #8A8DDB;
}
</style>
background-color css
<style>
a { background-color: #8A8DDB; }
a { background-color: rgb(138,141,219); }
div.DivClassName
{
background-color: #8A8DDB;
}
.BgClassName
{
background-color: #8A8DDB;
}
</style>
border-color css
<style>
span { border-color: #8A8DDB; }
span { border-color: rgb(138,141,219); }
td.TdClassName
{
border-color: #8A8DDB;
}
.TagClassName
{
border-color: #8A8DDB;
}
</style>