Shades of Portage #818CE1
Tints of Portage #818CE1
RGB
CMYK
RGB Variations
Color information
#818CE1 (or 0x818CE1) is known color: Portage. HEX triplet: 81, 8C and E1. RGB value is (129,140,225). Sum of RGB (Red+Green+Blue) = 129+140+225=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #818CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CE1 is #7E731E. Grayscale: #929292. Windows color (decimal): -8287007 or 14781569. OLE color: 14781569.
HSL color Cylindrical-coordinate representation of color #818CE1: hue angle of 233.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818CE1 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 140 | 225 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.12 |
| HSL | 233.13º | 0.62% | 0.69% | - |
| HSV(B) | 233.13º | 0.43% | 0.88% | - |
| XYZ | 32.02 | 28.86 | 75.12 | - |
| YUV | 146.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 225 | 0.43 | 0.38 | 0 | 0.12 | 233.13 | 0.62 | 0.69 |
| Hex | 81 | 8C | E1 | 2B | 26 | 0 | C | E9 | 3E | 45 |
| Octal | 201 | 214 | 341 | 53 | 46 | 0 | 14 | 351 | 76 | 105 |
| Binary | 10000001 | 10001100 | 11100001 | 101011 | 100110 | 0 | 1100 | 11101001 | 111110 | 1000101 |
Color Harmonies of #818CE1
Complementary color
Monochromatic Colors of #818CE1
Black with #818CE1
Text Example
Text Example
White with #818CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818CE1; }
p { color: rgb(129,140,225); }
H1.HeaderClassName
{
color: #818CE1;
}
.AnyTagClassName
{
color: #818CE1;
}
</style>
background-color css
<style>
a { background-color: #818CE1; }
a { background-color: rgb(129,140,225); }
div.DivClassName
{
background-color: #818CE1;
}
.BgClassName
{
background-color: #818CE1;
}
</style>
border-color css
<style>
span { border-color: #818CE1; }
span { border-color: rgb(129,140,225); }
td.TdClassName
{
border-color: #818CE1;
}
.TagClassName
{
border-color: #818CE1;
}
</style>