Shades of Portage #819DE0
Tints of Portage #819DE0
RGB
CMYK
RGB Variations
Color information
#819DE0 (or 0x819DE0) is known color: Portage. HEX triplet: 81, 9D and E0. RGB value is (129,157,224). Sum of RGB (Red+Green+Blue) = 129+157+224=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #819DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DE0 is #7E621F. Grayscale: #9B9B9B. Windows color (decimal): -8282656 or 14720385. OLE color: 14720385.
HSL color Cylindrical-coordinate representation of color #819DE0: hue angle of 222.32º 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 #819DE0 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 157 | 224 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.12 |
| HSL | 222.32º | 0.61% | 0.69% | - |
| HSV(B) | 222.32º | 0.42% | 0.88% | - |
| XYZ | 34.56 | 34.16 | 75.29 | - |
| YUV | 156.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 224 | 0.42 | 0.30 | 0 | 0.12 | 222.32 | 0.61 | 0.69 |
| Hex | 81 | 9D | E0 | 2A | 1E | 0 | C | DE | 3D | 45 |
| Octal | 201 | 235 | 340 | 52 | 36 | 0 | 14 | 336 | 75 | 105 |
| Binary | 10000001 | 10011101 | 11100000 | 101010 | 11110 | 0 | 1100 | 11011110 | 111101 | 1000101 |
Color Harmonies of #819DE0
Complementary color
Monochromatic Colors of #819DE0
Black with #819DE0
Text Example
Text Example
White with #819DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DE0; }
p { color: rgb(129,157,224); }
H1.HeaderClassName
{
color: #819DE0;
}
.AnyTagClassName
{
color: #819DE0;
}
</style>
background-color css
<style>
a { background-color: #819DE0; }
a { background-color: rgb(129,157,224); }
div.DivClassName
{
background-color: #819DE0;
}
.BgClassName
{
background-color: #819DE0;
}
</style>
border-color css
<style>
span { border-color: #819DE0; }
span { border-color: rgb(129,157,224); }
td.TdClassName
{
border-color: #819DE0;
}
.TagClassName
{
border-color: #819DE0;
}
</style>