Shades of Portage #819CE0
Tints of Portage #819CE0
RGB
CMYK
RGB Variations
Color information
#819CE0 (or 0x819CE0) is known color: Portage. HEX triplet: 81, 9C and E0. RGB value is (129,156,224). Sum of RGB (Red+Green+Blue) = 129+156+224=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #819CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CE0 is #7E631F. Grayscale: #9B9B9B. Windows color (decimal): -8282912 or 14720129. OLE color: 14720129.
HSL color Cylindrical-coordinate representation of color #819CE0: hue angle of 222.95º 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 #819CE0 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 156 | 224 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.12 |
| HSL | 222.95º | 0.61% | 0.69% | - |
| HSV(B) | 222.95º | 0.42% | 0.88% | - |
| XYZ | 34.4 | 33.83 | 75.24 | - |
| YUV | 155.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 224 | 0.42 | 0.30 | 0 | 0.12 | 222.95 | 0.61 | 0.69 |
| Hex | 81 | 9C | E0 | 2A | 1E | 0 | C | DF | 3D | 45 |
| Octal | 201 | 234 | 340 | 52 | 36 | 0 | 14 | 337 | 75 | 105 |
| Binary | 10000001 | 10011100 | 11100000 | 101010 | 11110 | 0 | 1100 | 11011111 | 111101 | 1000101 |
Color Harmonies of #819CE0
Complementary color
Monochromatic Colors of #819CE0
Black with #819CE0
Text Example
Text Example
White with #819CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CE0; }
p { color: rgb(129,156,224); }
H1.HeaderClassName
{
color: #819CE0;
}
.AnyTagClassName
{
color: #819CE0;
}
</style>
background-color css
<style>
a { background-color: #819CE0; }
a { background-color: rgb(129,156,224); }
div.DivClassName
{
background-color: #819CE0;
}
.BgClassName
{
background-color: #819CE0;
}
</style>
border-color css
<style>
span { border-color: #819CE0; }
span { border-color: rgb(129,156,224); }
td.TdClassName
{
border-color: #819CE0;
}
.TagClassName
{
border-color: #819CE0;
}
</style>