Shades of Portage #8A8EDA
Tints of Portage #8A8EDA
RGB
CMYK
RGB Variations
Color information
#8A8EDA (or 0x8A8EDA) is known color: Portage. HEX triplet: 8A, 8E and DA. RGB value is (138,142,218). Sum of RGB (Red+Green+Blue) = 138+142+218=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8EDA is #757125. Grayscale: #959595. Windows color (decimal): -7696678 or 14323338. OLE color: 14323338.
HSL color Cylindrical-coordinate representation of color #8A8EDA: hue angle of 237º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8EDA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 142 | 218 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.15 |
| HSL | 237º | 0.52% | 0.7% | - |
| HSV(B) | 237º | 0.37% | 0.85% | - |
| XYZ | 32.81 | 29.81 | 70.35 | - |
| YUV | 149.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 218 | 0.37 | 0.35 | 0 | 0.15 | 237 | 0.52 | 0.7 |
| Hex | 8A | 8E | DA | 25 | 23 | 0 | F | ED | 34 | 46 |
| Octal | 212 | 216 | 332 | 45 | 43 | 0 | 17 | 355 | 64 | 106 |
| Binary | 10001010 | 10001110 | 11011010 | 100101 | 100011 | 0 | 1111 | 11101101 | 110100 | 1000110 |
Color Harmonies of #8A8EDA
Complementary color
Monochromatic Colors of #8A8EDA
Black with #8A8EDA
Text Example
Text Example
White with #8A8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8EDA; }
p { color: rgb(138,142,218); }
H1.HeaderClassName
{
color: #8A8EDA;
}
.AnyTagClassName
{
color: #8A8EDA;
}
</style>
background-color css
<style>
a { background-color: #8A8EDA; }
a { background-color: rgb(138,142,218); }
div.DivClassName
{
background-color: #8A8EDA;
}
.BgClassName
{
background-color: #8A8EDA;
}
</style>
border-color css
<style>
span { border-color: #8A8EDA; }
span { border-color: rgb(138,142,218); }
td.TdClassName
{
border-color: #8A8EDA;
}
.TagClassName
{
border-color: #8A8EDA;
}
</style>