Shades of Portage #819EEA
Tints of Portage #819EEA
RGB
CMYK
RGB Variations
Color information
#819EEA (or 0x819EEA) is known color: Portage. HEX triplet: 81, 9E and EA. RGB value is (129,158,234). Sum of RGB (Red+Green+Blue) = 129+158+234=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #819EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEA is #7E6115. Grayscale: #9D9D9D. Windows color (decimal): -8282390 or 15376001. OLE color: 15376001.
HSL color Cylindrical-coordinate representation of color #819EEA: hue angle of 223.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819EEA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 158 | 234 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.08 |
| HSL | 223.43º | 0.71% | 0.71% | - |
| HSV(B) | 223.43º | 0.45% | 0.92% | - |
| XYZ | 36.13 | 35.06 | 82.71 | - |
| YUV | 157.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 234 | 0.45 | 0.32 | 0 | 0.08 | 223.43 | 0.71 | 0.71 |
| Hex | 81 | 9E | EA | 2D | 20 | 0 | 8 | DF | 47 | 47 |
| Octal | 201 | 236 | 352 | 55 | 40 | 0 | 10 | 337 | 107 | 107 |
| Binary | 10000001 | 10011110 | 11101010 | 101101 | 100000 | 0 | 1000 | 11011111 | 1000111 | 1000111 |
Color Harmonies of #819EEA
Complementary color
Monochromatic Colors of #819EEA
Black with #819EEA
Text Example
Text Example
White with #819EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819EEA; }
p { color: rgb(129,158,234); }
H1.HeaderClassName
{
color: #819EEA;
}
.AnyTagClassName
{
color: #819EEA;
}
</style>
background-color css
<style>
a { background-color: #819EEA; }
a { background-color: rgb(129,158,234); }
div.DivClassName
{
background-color: #819EEA;
}
.BgClassName
{
background-color: #819EEA;
}
</style>
border-color css
<style>
span { border-color: #819EEA; }
span { border-color: rgb(129,158,234); }
td.TdClassName
{
border-color: #819EEA;
}
.TagClassName
{
border-color: #819EEA;
}
</style>