Shades of Portage #8E9CDC
Tints of Portage #8E9CDC
RGB
CMYK
RGB Variations
Color information
#8E9CDC (or 0x8E9CDC) is known color: Portage. HEX triplet: 8E, 9C and DC. RGB value is (142,156,220). Sum of RGB (Red+Green+Blue) = 142+156+220=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CDC is #716323. Grayscale: #9E9E9E. Windows color (decimal): -7430948 or 14457998. OLE color: 14457998.
HSL color Cylindrical-coordinate representation of color #8E9CDC: hue angle of 229.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E9CDC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 156 | 220 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.14 |
| HSL | 229.23º | 0.53% | 0.71% | - |
| HSV(B) | 229.23º | 0.35% | 0.86% | - |
| XYZ | 35.96 | 34.7 | 72.51 | - |
| YUV | 159.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 156 | 220 | 0.35 | 0.29 | 0 | 0.14 | 229.23 | 0.53 | 0.71 |
| Hex | 8E | 9C | DC | 23 | 1D | 0 | E | E5 | 35 | 47 |
| Octal | 216 | 234 | 334 | 43 | 35 | 0 | 16 | 345 | 65 | 107 |
| Binary | 10001110 | 10011100 | 11011100 | 100011 | 11101 | 0 | 1110 | 11100101 | 110101 | 1000111 |
Color Harmonies of #8E9CDC
Complementary color
Monochromatic Colors of #8E9CDC
Black with #8E9CDC
Text Example
Text Example
White with #8E9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9CDC; }
p { color: rgb(142,156,220); }
H1.HeaderClassName
{
color: #8E9CDC;
}
.AnyTagClassName
{
color: #8E9CDC;
}
</style>
background-color css
<style>
a { background-color: #8E9CDC; }
a { background-color: rgb(142,156,220); }
div.DivClassName
{
background-color: #8E9CDC;
}
.BgClassName
{
background-color: #8E9CDC;
}
</style>
border-color css
<style>
span { border-color: #8E9CDC; }
span { border-color: rgb(142,156,220); }
td.TdClassName
{
border-color: #8E9CDC;
}
.TagClassName
{
border-color: #8E9CDC;
}
</style>