Shades of Portage #818EDD
Tints of Portage #818EDD
RGB
CMYK
RGB Variations
Color information
#818EDD (or 0x818EDD) is known color: Portage. HEX triplet: 81, 8E and DD. RGB value is (129,142,221). Sum of RGB (Red+Green+Blue) = 129+142+221=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #818EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDD is #7E7122. Grayscale: #929292. Windows color (decimal): -8286499 or 14519937. OLE color: 14519937.
HSL color Cylindrical-coordinate representation of color #818EDD: hue angle of 231.52º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818EDD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 142 | 221 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.13 |
| HSL | 231.52º | 0.58% | 0.69% | - |
| HSV(B) | 231.52º | 0.42% | 0.87% | - |
| XYZ | 31.78 | 29.23 | 72.37 | - |
| YUV | 147.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 221 | 0.42 | 0.36 | 0 | 0.13 | 231.52 | 0.58 | 0.69 |
| Hex | 81 | 8E | DD | 2A | 24 | 0 | D | E8 | 3A | 45 |
| Octal | 201 | 216 | 335 | 52 | 44 | 0 | 15 | 350 | 72 | 105 |
| Binary | 10000001 | 10001110 | 11011101 | 101010 | 100100 | 0 | 1101 | 11101000 | 111010 | 1000101 |
Color Harmonies of #818EDD
Complementary color
Monochromatic Colors of #818EDD
Black with #818EDD
Text Example
Text Example
White with #818EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818EDD; }
p { color: rgb(129,142,221); }
H1.HeaderClassName
{
color: #818EDD;
}
.AnyTagClassName
{
color: #818EDD;
}
</style>
background-color css
<style>
a { background-color: #818EDD; }
a { background-color: rgb(129,142,221); }
div.DivClassName
{
background-color: #818EDD;
}
.BgClassName
{
background-color: #818EDD;
}
</style>
border-color css
<style>
span { border-color: #818EDD; }
span { border-color: rgb(129,142,221); }
td.TdClassName
{
border-color: #818EDD;
}
.TagClassName
{
border-color: #818EDD;
}
</style>