Shades of Portage #818ECE
Tints of Portage #818ECE
RGB
CMYK
RGB Variations
Color information
#818ECE (or 0x818ECE) is known color: Portage. HEX triplet: 81, 8E and CE. RGB value is (129,142,206). Sum of RGB (Red+Green+Blue) = 129+142+206=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #818ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECE is #7E7131. Grayscale: #919191. Windows color (decimal): -8286514 or 13536897. OLE color: 13536897.
HSL color Cylindrical-coordinate representation of color #818ECE: hue angle of 229.87º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818ECE is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 142 | 206 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.19 |
| HSL | 229.87º | 0.44% | 0.66% | - |
| HSV(B) | 229.87º | 0.37% | 0.81% | - |
| XYZ | 29.87 | 28.47 | 62.31 | - |
| YUV | 145.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 206 | 0.37 | 0.31 | 0 | 0.19 | 229.87 | 0.44 | 0.66 |
| Hex | 81 | 8E | CE | 25 | 1F | 0 | 13 | E6 | 2C | 42 |
| Octal | 201 | 216 | 316 | 45 | 37 | 0 | 23 | 346 | 54 | 102 |
| Binary | 10000001 | 10001110 | 11001110 | 100101 | 11111 | 0 | 10011 | 11100110 | 101100 | 1000010 |
Color Harmonies of #818ECE
Complementary color
Monochromatic Colors of #818ECE
Black with #818ECE
Text Example
Text Example
White with #818ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ECE; }
p { color: rgb(129,142,206); }
H1.HeaderClassName
{
color: #818ECE;
}
.AnyTagClassName
{
color: #818ECE;
}
</style>
background-color css
<style>
a { background-color: #818ECE; }
a { background-color: rgb(129,142,206); }
div.DivClassName
{
background-color: #818ECE;
}
.BgClassName
{
background-color: #818ECE;
}
</style>
border-color css
<style>
span { border-color: #818ECE; }
span { border-color: rgb(129,142,206); }
td.TdClassName
{
border-color: #818ECE;
}
.TagClassName
{
border-color: #818ECE;
}
</style>