Shades of Portage #819AE0
Tints of Portage #819AE0
RGB
CMYK
RGB Variations
Color information
#819AE0 (or 0x819AE0) is known color: Portage. HEX triplet: 81, 9A and E0. RGB value is (129,154,224). Sum of RGB (Red+Green+Blue) = 129+154+224=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #819AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AE0 is #7E651F. Grayscale: #9A9A9A. Windows color (decimal): -8283424 or 14719617. OLE color: 14719617.
HSL color Cylindrical-coordinate representation of color #819AE0: hue angle of 224.21º 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 #819AE0 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 154 | 224 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.12 |
| HSL | 224.21º | 0.61% | 0.69% | - |
| HSV(B) | 224.21º | 0.42% | 0.88% | - |
| XYZ | 34.06 | 33.16 | 75.13 | - |
| YUV | 154.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 224 | 0.42 | 0.31 | 0 | 0.12 | 224.21 | 0.61 | 0.69 |
| Hex | 81 | 9A | E0 | 2A | 1F | 0 | C | E0 | 3D | 45 |
| Octal | 201 | 232 | 340 | 52 | 37 | 0 | 14 | 340 | 75 | 105 |
| Binary | 10000001 | 10011010 | 11100000 | 101010 | 11111 | 0 | 1100 | 11100000 | 111101 | 1000101 |
Color Harmonies of #819AE0
Complementary color
Monochromatic Colors of #819AE0
Black with #819AE0
Text Example
Text Example
White with #819AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819AE0; }
p { color: rgb(129,154,224); }
H1.HeaderClassName
{
color: #819AE0;
}
.AnyTagClassName
{
color: #819AE0;
}
</style>
background-color css
<style>
a { background-color: #819AE0; }
a { background-color: rgb(129,154,224); }
div.DivClassName
{
background-color: #819AE0;
}
.BgClassName
{
background-color: #819AE0;
}
</style>
border-color css
<style>
span { border-color: #819AE0; }
span { border-color: rgb(129,154,224); }
td.TdClassName
{
border-color: #819AE0;
}
.TagClassName
{
border-color: #819AE0;
}
</style>