Shades of Portage #819CE5
Tints of Portage #819CE5
RGB
CMYK
RGB Variations
Color information
#819CE5 (or 0x819CE5) is known color: Portage. HEX triplet: 81, 9C and E5. RGB value is (129,156,229). Sum of RGB (Red+Green+Blue) = 129+156+229=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #819CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CE5 is #7E631A. Grayscale: #9B9B9B. Windows color (decimal): -8282907 or 15047809. OLE color: 15047809.
HSL color Cylindrical-coordinate representation of color #819CE5: hue angle of 223.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819CE5 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 156 | 229 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.10 |
| HSL | 223.8º | 0.66% | 0.7% | - |
| HSV(B) | 223.8º | 0.44% | 0.9% | - |
| XYZ | 35.08 | 34.1 | 78.86 | - |
| YUV | 156.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 229 | 0.44 | 0.32 | 0 | 0.10 | 223.8 | 0.66 | 0.7 |
| Hex | 81 | 9C | E5 | 2C | 20 | 0 | A | E0 | 42 | 46 |
| Octal | 201 | 234 | 345 | 54 | 40 | 0 | 12 | 340 | 102 | 106 |
| Binary | 10000001 | 10011100 | 11100101 | 101100 | 100000 | 0 | 1010 | 11100000 | 1000010 | 1000110 |
Color Harmonies of #819CE5
Complementary color
Monochromatic Colors of #819CE5
Black with #819CE5
Text Example
Text Example
White with #819CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CE5; }
p { color: rgb(129,156,229); }
H1.HeaderClassName
{
color: #819CE5;
}
.AnyTagClassName
{
color: #819CE5;
}
</style>
background-color css
<style>
a { background-color: #819CE5; }
a { background-color: rgb(129,156,229); }
div.DivClassName
{
background-color: #819CE5;
}
.BgClassName
{
background-color: #819CE5;
}
</style>
border-color css
<style>
span { border-color: #819CE5; }
span { border-color: rgb(129,156,229); }
td.TdClassName
{
border-color: #819CE5;
}
.TagClassName
{
border-color: #819CE5;
}
</style>