Shades of Portage #8A8EEF
Tints of Portage #8A8EEF
RGB
CMYK
RGB Variations
Color information
#8A8EEF (or 0x8A8EEF) is known color: Portage. HEX triplet: 8A, 8E and EF. RGB value is (138,142,239). Sum of RGB (Red+Green+Blue) = 138+142+239=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8EEF is #757110. Grayscale: #979797. Windows color (decimal): -7696657 or 15699594. OLE color: 15699594.
HSL color Cylindrical-coordinate representation of color #8A8EEF: hue angle of 237.62º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8EEF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 142 | 239 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.06 |
| HSL | 237.62º | 0.76% | 0.74% | - |
| HSV(B) | 237.62º | 0.42% | 0.94% | - |
| XYZ | 35.73 | 30.98 | 85.76 | - |
| YUV | 151.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 239 | 0.42 | 0.41 | 0 | 0.06 | 237.62 | 0.76 | 0.74 |
| Hex | 8A | 8E | EF | 2A | 29 | 0 | 6 | EE | 4C | 4A |
| Octal | 212 | 216 | 357 | 52 | 51 | 0 | 6 | 356 | 114 | 112 |
| Binary | 10001010 | 10001110 | 11101111 | 101010 | 101001 | 0 | 110 | 11101110 | 1001100 | 1001010 |
Color Harmonies of #8A8EEF
Complementary color
Monochromatic Colors of #8A8EEF
Black with #8A8EEF
Text Example
Text Example
White with #8A8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8EEF; }
p { color: rgb(138,142,239); }
H1.HeaderClassName
{
color: #8A8EEF;
}
.AnyTagClassName
{
color: #8A8EEF;
}
</style>
background-color css
<style>
a { background-color: #8A8EEF; }
a { background-color: rgb(138,142,239); }
div.DivClassName
{
background-color: #8A8EEF;
}
.BgClassName
{
background-color: #8A8EEF;
}
</style>
border-color css
<style>
span { border-color: #8A8EEF; }
span { border-color: rgb(138,142,239); }
td.TdClassName
{
border-color: #8A8EEF;
}
.TagClassName
{
border-color: #8A8EEF;
}
</style>