Shades of Portage #819EEB
Tints of Portage #819EEB
RGB
CMYK
RGB Variations
Color information
#819EEB (or 0x819EEB) is known color: Portage. HEX triplet: 81, 9E and EB. RGB value is (129,158,235). Sum of RGB (Red+Green+Blue) = 129+158+235=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #819EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEB is #7E6114. Grayscale: #9D9D9D. Windows color (decimal): -8282389 or 15441537. OLE color: 15441537.
HSL color Cylindrical-coordinate representation of color #819EEB: hue angle of 223.58º degrees, saturation: 0.73, 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 #819EEB is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 158 | 235 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.08 |
| HSL | 223.58º | 0.73% | 0.71% | - |
| HSV(B) | 223.58º | 0.45% | 0.92% | - |
| XYZ | 36.28 | 35.12 | 83.46 | - |
| YUV | 158.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 235 | 0.45 | 0.33 | 0 | 0.08 | 223.58 | 0.73 | 0.71 |
| Hex | 81 | 9E | EB | 2D | 21 | 0 | 8 | E0 | 49 | 47 |
| Octal | 201 | 236 | 353 | 55 | 41 | 0 | 10 | 340 | 111 | 107 |
| Binary | 10000001 | 10011110 | 11101011 | 101101 | 100001 | 0 | 1000 | 11100000 | 1001001 | 1000111 |
Color Harmonies of #819EEB
Complementary color
Monochromatic Colors of #819EEB
Black with #819EEB
Text Example
Text Example
White with #819EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819EEB; }
p { color: rgb(129,158,235); }
H1.HeaderClassName
{
color: #819EEB;
}
.AnyTagClassName
{
color: #819EEB;
}
</style>
background-color css
<style>
a { background-color: #819EEB; }
a { background-color: rgb(129,158,235); }
div.DivClassName
{
background-color: #819EEB;
}
.BgClassName
{
background-color: #819EEB;
}
</style>
border-color css
<style>
span { border-color: #819EEB; }
span { border-color: rgb(129,158,235); }
td.TdClassName
{
border-color: #819EEB;
}
.TagClassName
{
border-color: #819EEB;
}
</style>