Shades of Portage #819CE1
Tints of Portage #819CE1
RGB
CMYK
RGB Variations
Color information
#819CE1 (or 0x819CE1) is known color: Portage. HEX triplet: 81, 9C and E1. RGB value is (129,156,225). Sum of RGB (Red+Green+Blue) = 129+156+225=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #819CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CE1 is #7E631E. Grayscale: #9B9B9B. Windows color (decimal): -8282911 or 14785665. OLE color: 14785665.
HSL color Cylindrical-coordinate representation of color #819CE1: hue angle of 223.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 #819CE1 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 156 | 225 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.12 |
| HSL | 223.13º | 0.62% | 0.69% | - |
| HSV(B) | 223.13º | 0.43% | 0.88% | - |
| XYZ | 34.53 | 33.88 | 75.95 | - |
| YUV | 155.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 225 | 0.43 | 0.31 | 0 | 0.12 | 223.13 | 0.62 | 0.69 |
| Hex | 81 | 9C | E1 | 2B | 1F | 0 | C | DF | 3E | 45 |
| Octal | 201 | 234 | 341 | 53 | 37 | 0 | 14 | 337 | 76 | 105 |
| Binary | 10000001 | 10011100 | 11100001 | 101011 | 11111 | 0 | 1100 | 11011111 | 111110 | 1000101 |
Color Harmonies of #819CE1
Complementary color
Monochromatic Colors of #819CE1
Black with #819CE1
Text Example
Text Example
White with #819CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CE1; }
p { color: rgb(129,156,225); }
H1.HeaderClassName
{
color: #819CE1;
}
.AnyTagClassName
{
color: #819CE1;
}
</style>
background-color css
<style>
a { background-color: #819CE1; }
a { background-color: rgb(129,156,225); }
div.DivClassName
{
background-color: #819CE1;
}
.BgClassName
{
background-color: #819CE1;
}
</style>
border-color css
<style>
span { border-color: #819CE1; }
span { border-color: rgb(129,156,225); }
td.TdClassName
{
border-color: #819CE1;
}
.TagClassName
{
border-color: #819CE1;
}
</style>