Shades of Portage #818DE0
Tints of Portage #818DE0
RGB
CMYK
RGB Variations
Color information
#818DE0 (or 0x818DE0) is known color: Portage. HEX triplet: 81, 8D and E0. RGB value is (129,141,224). Sum of RGB (Red+Green+Blue) = 129+141+224=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #818DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DE0 is #7E721F. Grayscale: #929292. Windows color (decimal): -8286752 or 14716289. OLE color: 14716289.
HSL color Cylindrical-coordinate representation of color #818DE0: hue angle of 232.42º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818DE0 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 141 | 224 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.12 |
| HSL | 232.42º | 0.61% | 0.69% | - |
| HSV(B) | 232.42º | 0.42% | 0.88% | - |
| XYZ | 32.03 | 29.1 | 74.45 | - |
| YUV | 146.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 224 | 0.42 | 0.37 | 0 | 0.12 | 232.42 | 0.61 | 0.69 |
| Hex | 81 | 8D | E0 | 2A | 25 | 0 | C | E8 | 3D | 45 |
| Octal | 201 | 215 | 340 | 52 | 45 | 0 | 14 | 350 | 75 | 105 |
| Binary | 10000001 | 10001101 | 11100000 | 101010 | 100101 | 0 | 1100 | 11101000 | 111101 | 1000101 |
Color Harmonies of #818DE0
Complementary color
Monochromatic Colors of #818DE0
Black with #818DE0
Text Example
Text Example
White with #818DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818DE0; }
p { color: rgb(129,141,224); }
H1.HeaderClassName
{
color: #818DE0;
}
.AnyTagClassName
{
color: #818DE0;
}
</style>
background-color css
<style>
a { background-color: #818DE0; }
a { background-color: rgb(129,141,224); }
div.DivClassName
{
background-color: #818DE0;
}
.BgClassName
{
background-color: #818DE0;
}
</style>
border-color css
<style>
span { border-color: #818DE0; }
span { border-color: rgb(129,141,224); }
td.TdClassName
{
border-color: #818DE0;
}
.TagClassName
{
border-color: #818DE0;
}
</style>