Shades of Portage #8A8DEC
Tints of Portage #8A8DEC
RGB
CMYK
RGB Variations
Color information
#8A8DEC (or 0x8A8DEC) is known color: Portage. HEX triplet: 8A, 8D and EC. RGB value is (138,141,236). Sum of RGB (Red+Green+Blue) = 138+141+236=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DEC is #757213. Grayscale: #969696. Windows color (decimal): -7696916 or 15502730. OLE color: 15502730.
HSL color Cylindrical-coordinate representation of color #8A8DEC: hue angle of 238.16º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8DEC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 141 | 236 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.07 |
| HSL | 238.16º | 0.72% | 0.73% | - |
| HSV(B) | 238.16º | 0.42% | 0.93% | - |
| XYZ | 35.15 | 30.51 | 83.39 | - |
| YUV | 150.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 236 | 0.42 | 0.40 | 0 | 0.07 | 238.16 | 0.72 | 0.73 |
| Hex | 8A | 8D | EC | 2A | 28 | 0 | 7 | EE | 48 | 49 |
| Octal | 212 | 215 | 354 | 52 | 50 | 0 | 7 | 356 | 110 | 111 |
| Binary | 10001010 | 10001101 | 11101100 | 101010 | 101000 | 0 | 111 | 11101110 | 1001000 | 1001001 |
Color Harmonies of #8A8DEC
Complementary color
Monochromatic Colors of #8A8DEC
Black with #8A8DEC
Text Example
Text Example
White with #8A8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DEC; }
p { color: rgb(138,141,236); }
H1.HeaderClassName
{
color: #8A8DEC;
}
.AnyTagClassName
{
color: #8A8DEC;
}
</style>
background-color css
<style>
a { background-color: #8A8DEC; }
a { background-color: rgb(138,141,236); }
div.DivClassName
{
background-color: #8A8DEC;
}
.BgClassName
{
background-color: #8A8DEC;
}
</style>
border-color css
<style>
span { border-color: #8A8DEC; }
span { border-color: rgb(138,141,236); }
td.TdClassName
{
border-color: #8A8DEC;
}
.TagClassName
{
border-color: #8A8DEC;
}
</style>