Shades of Portage #8E9CCC
Tints of Portage #8E9CCC
RGB
CMYK
RGB Variations
Color information
#8E9CCC (or 0x8E9CCC) is known color: Portage. HEX triplet: 8E, 9C and CC. RGB value is (142,156,204). Sum of RGB (Red+Green+Blue) = 142+156+204=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CCC is #716333. Grayscale: #9D9D9D. Windows color (decimal): -7430964 or 13409422. OLE color: 13409422.
HSL color Cylindrical-coordinate representation of color #8E9CCC: hue angle of 226.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9CCC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 156 | 204 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.2 |
| HSL | 226.45º | 0.38% | 0.68% | - |
| HSV(B) | 226.45º | 0.3% | 0.8% | - |
| XYZ | 33.94 | 33.89 | 61.88 | - |
| YUV | 157.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 156 | 204 | 0.30 | 0.24 | 0 | 0.2 | 226.45 | 0.38 | 0.68 |
| Hex | 8E | 9C | CC | 1E | 18 | 0 | 14 | E2 | 26 | 44 |
| Octal | 216 | 234 | 314 | 36 | 30 | 0 | 24 | 342 | 46 | 104 |
| Binary | 10001110 | 10011100 | 11001100 | 11110 | 11000 | 0 | 10100 | 11100010 | 100110 | 1000100 |
Color Harmonies of #8E9CCC
Complementary color
Monochromatic Colors of #8E9CCC
Black with #8E9CCC
Text Example
Text Example
White with #8E9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9CCC; }
p { color: rgb(142,156,204); }
H1.HeaderClassName
{
color: #8E9CCC;
}
.AnyTagClassName
{
color: #8E9CCC;
}
</style>
background-color css
<style>
a { background-color: #8E9CCC; }
a { background-color: rgb(142,156,204); }
div.DivClassName
{
background-color: #8E9CCC;
}
.BgClassName
{
background-color: #8E9CCC;
}
</style>
border-color css
<style>
span { border-color: #8E9CCC; }
span { border-color: rgb(142,156,204); }
td.TdClassName
{
border-color: #8E9CCC;
}
.TagClassName
{
border-color: #8E9CCC;
}
</style>