Shades of Portage #819BE5
Tints of Portage #819BE5
RGB
CMYK
RGB Variations
Color information
#819BE5 (or 0x819BE5) is known color: Portage. HEX triplet: 81, 9B and E5. RGB value is (129,155,229). Sum of RGB (Red+Green+Blue) = 129+155+229=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #819BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BE5 is #7E641A. Grayscale: #9B9B9B. Windows color (decimal): -8283163 or 15047553. OLE color: 15047553.
HSL color Cylindrical-coordinate representation of color #819BE5: hue angle of 224.4º 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 #819BE5 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 155 | 229 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.10 |
| HSL | 224.4º | 0.66% | 0.7% | - |
| HSV(B) | 224.4º | 0.44% | 0.9% | - |
| XYZ | 34.92 | 33.77 | 78.81 | - |
| YUV | 155.66 | 169.39 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 229 | 0.44 | 0.32 | 0 | 0.10 | 224.4 | 0.66 | 0.7 |
| Hex | 81 | 9B | E5 | 2C | 20 | 0 | A | E0 | 42 | 46 |
| Octal | 201 | 233 | 345 | 54 | 40 | 0 | 12 | 340 | 102 | 106 |
| Binary | 10000001 | 10011011 | 11100101 | 101100 | 100000 | 0 | 1010 | 11100000 | 1000010 | 1000110 |
Color Harmonies of #819BE5
Complementary color
Monochromatic Colors of #819BE5
Black with #819BE5
Text Example
Text Example
White with #819BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BE5; }
p { color: rgb(129,155,229); }
H1.HeaderClassName
{
color: #819BE5;
}
.AnyTagClassName
{
color: #819BE5;
}
</style>
background-color css
<style>
a { background-color: #819BE5; }
a { background-color: rgb(129,155,229); }
div.DivClassName
{
background-color: #819BE5;
}
.BgClassName
{
background-color: #819BE5;
}
</style>
border-color css
<style>
span { border-color: #819BE5; }
span { border-color: rgb(129,155,229); }
td.TdClassName
{
border-color: #819BE5;
}
.TagClassName
{
border-color: #819BE5;
}
</style>