Shades of Portage #8E9ECA
Tints of Portage #8E9ECA
RGB
CMYK
RGB Variations
Color information
#8E9ECA (or 0x8E9ECA) is known color: Portage. HEX triplet: 8E, 9E and CA. RGB value is (142,158,202). Sum of RGB (Red+Green+Blue) = 142+158+202=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ECA is #716135. Grayscale: #9E9E9E. Windows color (decimal): -7430454 or 13278862. OLE color: 13278862.
HSL color Cylindrical-coordinate representation of color #8E9ECA: hue angle of 224º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9ECA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 158 | 202 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.21 |
| HSL | 224º | 0.36% | 0.67% | - |
| HSV(B) | 224º | 0.3% | 0.79% | - |
| XYZ | 34.04 | 34.47 | 60.74 | - |
| YUV | 158.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 202 | 0.30 | 0.22 | 0 | 0.21 | 224 | 0.36 | 0.67 |
| Hex | 8E | 9E | CA | 1E | 16 | 0 | 15 | E0 | 24 | 43 |
| Octal | 216 | 236 | 312 | 36 | 26 | 0 | 25 | 340 | 44 | 103 |
| Binary | 10001110 | 10011110 | 11001010 | 11110 | 10110 | 0 | 10101 | 11100000 | 100100 | 1000011 |
Color Harmonies of #8E9ECA
Complementary color
Monochromatic Colors of #8E9ECA
Black with #8E9ECA
Text Example
Text Example
White with #8E9ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9ECA; }
p { color: rgb(142,158,202); }
H1.HeaderClassName
{
color: #8E9ECA;
}
.AnyTagClassName
{
color: #8E9ECA;
}
</style>
background-color css
<style>
a { background-color: #8E9ECA; }
a { background-color: rgb(142,158,202); }
div.DivClassName
{
background-color: #8E9ECA;
}
.BgClassName
{
background-color: #8E9ECA;
}
</style>
border-color css
<style>
span { border-color: #8E9ECA; }
span { border-color: rgb(142,158,202); }
td.TdClassName
{
border-color: #8E9ECA;
}
.TagClassName
{
border-color: #8E9ECA;
}
</style>