Shades of Portage #8A8ECD
Tints of Portage #8A8ECD
RGB
CMYK
RGB Variations
Color information
#8A8ECD (or 0x8A8ECD) is known color: Portage. HEX triplet: 8A, 8E and CD. RGB value is (138,142,205). Sum of RGB (Red+Green+Blue) = 138+142+205=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ECD is #757132. Grayscale: #939393. Windows color (decimal): -7696691 or 13471370. OLE color: 13471370.
HSL color Cylindrical-coordinate representation of color #8A8ECD: hue angle of 236.42º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A8ECD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 142 | 205 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.20 |
| HSL | 236.42º | 0.4% | 0.67% | - |
| HSV(B) | 236.42º | 0.33% | 0.8% | - |
| XYZ | 31.17 | 29.16 | 61.74 | - |
| YUV | 147.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 205 | 0.33 | 0.31 | 0 | 0.20 | 236.42 | 0.4 | 0.67 |
| Hex | 8A | 8E | CD | 21 | 1F | 0 | 14 | EC | 28 | 43 |
| Octal | 212 | 216 | 315 | 41 | 37 | 0 | 24 | 354 | 50 | 103 |
| Binary | 10001010 | 10001110 | 11001101 | 100001 | 11111 | 0 | 10100 | 11101100 | 101000 | 1000011 |
Color Harmonies of #8A8ECD
Complementary color
Monochromatic Colors of #8A8ECD
Black with #8A8ECD
Text Example
Text Example
White with #8A8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8ECD; }
p { color: rgb(138,142,205); }
H1.HeaderClassName
{
color: #8A8ECD;
}
.AnyTagClassName
{
color: #8A8ECD;
}
</style>
background-color css
<style>
a { background-color: #8A8ECD; }
a { background-color: rgb(138,142,205); }
div.DivClassName
{
background-color: #8A8ECD;
}
.BgClassName
{
background-color: #8A8ECD;
}
</style>
border-color css
<style>
span { border-color: #8A8ECD; }
span { border-color: rgb(138,142,205); }
td.TdClassName
{
border-color: #8A8ECD;
}
.TagClassName
{
border-color: #8A8ECD;
}
</style>