Shades of Portage #819EEE
Tints of Portage #819EEE
RGB
CMYK
RGB Variations
Color information
#819EEE (or 0x819EEE) is known color: Portage. HEX triplet: 81, 9E and EE. RGB value is (129,158,238). Sum of RGB (Red+Green+Blue) = 129+158+238=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #819EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEE is #7E6111. Grayscale: #9E9E9E. Windows color (decimal): -8282386 or 15638145. OLE color: 15638145.
HSL color Cylindrical-coordinate representation of color #819EEE: hue angle of 224.04º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819EEE is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 158 | 238 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.07 |
| HSL | 224.04º | 0.76% | 0.72% | - |
| HSV(B) | 224.04º | 0.46% | 0.93% | - |
| XYZ | 36.71 | 35.29 | 85.77 | - |
| YUV | 158.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 238 | 0.46 | 0.34 | 0 | 0.07 | 224.04 | 0.76 | 0.72 |
| Hex | 81 | 9E | EE | 2E | 22 | 0 | 7 | E0 | 4C | 48 |
| Octal | 201 | 236 | 356 | 56 | 42 | 0 | 7 | 340 | 114 | 110 |
| Binary | 10000001 | 10011110 | 11101110 | 101110 | 100010 | 0 | 111 | 11100000 | 1001100 | 1001000 |
Color Harmonies of #819EEE
Complementary color
Monochromatic Colors of #819EEE
Black with #819EEE
Text Example
Text Example
White with #819EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819EEE; }
p { color: rgb(129,158,238); }
H1.HeaderClassName
{
color: #819EEE;
}
.AnyTagClassName
{
color: #819EEE;
}
</style>
background-color css
<style>
a { background-color: #819EEE; }
a { background-color: rgb(129,158,238); }
div.DivClassName
{
background-color: #819EEE;
}
.BgClassName
{
background-color: #819EEE;
}
</style>
border-color css
<style>
span { border-color: #819EEE; }
span { border-color: rgb(129,158,238); }
td.TdClassName
{
border-color: #819EEE;
}
.TagClassName
{
border-color: #819EEE;
}
</style>