Shades of Portage #8A8CDB
Tints of Portage #8A8CDB
RGB
CMYK
RGB Variations
Color information
#8A8CDB (or 0x8A8CDB) is known color: Portage. HEX triplet: 8A, 8C and DB. RGB value is (138,140,219). Sum of RGB (Red+Green+Blue) = 138+140+219=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CDB is #757324. Grayscale: #949494. Windows color (decimal): -7697189 or 14388362. OLE color: 14388362.
HSL color Cylindrical-coordinate representation of color #8A8CDB: hue angle of 238.52º 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 #8A8CDB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 140 | 219 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.14 |
| HSL | 238.52º | 0.53% | 0.7% | - |
| HSV(B) | 238.52º | 0.37% | 0.86% | - |
| XYZ | 32.65 | 29.27 | 70.95 | - |
| YUV | 148.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 219 | 0.37 | 0.36 | 0 | 0.14 | 238.52 | 0.53 | 0.7 |
| Hex | 8A | 8C | DB | 25 | 24 | 0 | E | EF | 35 | 46 |
| Octal | 212 | 214 | 333 | 45 | 44 | 0 | 16 | 357 | 65 | 106 |
| Binary | 10001010 | 10001100 | 11011011 | 100101 | 100100 | 0 | 1110 | 11101111 | 110101 | 1000110 |
Color Harmonies of #8A8CDB
Complementary color
Monochromatic Colors of #8A8CDB
Black with #8A8CDB
Text Example
Text Example
White with #8A8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CDB; }
p { color: rgb(138,140,219); }
H1.HeaderClassName
{
color: #8A8CDB;
}
.AnyTagClassName
{
color: #8A8CDB;
}
</style>
background-color css
<style>
a { background-color: #8A8CDB; }
a { background-color: rgb(138,140,219); }
div.DivClassName
{
background-color: #8A8CDB;
}
.BgClassName
{
background-color: #8A8CDB;
}
</style>
border-color css
<style>
span { border-color: #8A8CDB; }
span { border-color: rgb(138,140,219); }
td.TdClassName
{
border-color: #8A8CDB;
}
.TagClassName
{
border-color: #8A8CDB;
}
</style>