Shades of Portage #819BEE
Tints of Portage #819BEE
RGB
CMYK
RGB Variations
Color information
#819BEE (or 0x819BEE) is known color: Portage. HEX triplet: 81, 9B and EE. RGB value is (129,155,238). Sum of RGB (Red+Green+Blue) = 129+155+238=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #819BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BEE is #7E6411. Grayscale: #9C9C9C. Windows color (decimal): -8283154 or 15637377. OLE color: 15637377.
HSL color Cylindrical-coordinate representation of color #819BEE: hue angle of 225.69º 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 #819BEE is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 155 | 238 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.07 |
| HSL | 225.69º | 0.76% | 0.72% | - |
| HSV(B) | 225.69º | 0.46% | 0.93% | - |
| XYZ | 36.21 | 34.28 | 85.6 | - |
| YUV | 156.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 238 | 0.46 | 0.35 | 0 | 0.07 | 225.69 | 0.76 | 0.72 |
| Hex | 81 | 9B | EE | 2E | 23 | 0 | 7 | E2 | 4C | 48 |
| Octal | 201 | 233 | 356 | 56 | 43 | 0 | 7 | 342 | 114 | 110 |
| Binary | 10000001 | 10011011 | 11101110 | 101110 | 100011 | 0 | 111 | 11100010 | 1001100 | 1001000 |
Color Harmonies of #819BEE
Complementary color
Monochromatic Colors of #819BEE
Black with #819BEE
Text Example
Text Example
White with #819BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BEE; }
p { color: rgb(129,155,238); }
H1.HeaderClassName
{
color: #819BEE;
}
.AnyTagClassName
{
color: #819BEE;
}
</style>
background-color css
<style>
a { background-color: #819BEE; }
a { background-color: rgb(129,155,238); }
div.DivClassName
{
background-color: #819BEE;
}
.BgClassName
{
background-color: #819BEE;
}
</style>
border-color css
<style>
span { border-color: #819BEE; }
span { border-color: rgb(129,155,238); }
td.TdClassName
{
border-color: #819BEE;
}
.TagClassName
{
border-color: #819BEE;
}
</style>