Shades of Portage #808AE5
Tints of Portage #808AE5
RGB
CMYK
RGB Variations
Color information
#808AE5 (or 0x808AE5) is known color: Portage. HEX triplet: 80, 8A and E5. RGB value is (128,138,229). Sum of RGB (Red+Green+Blue) = 128+138+229=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #808AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AE5 is #7F751A. Grayscale: #919191. Windows color (decimal): -8353051 or 15043200. OLE color: 15043200.
HSL color Cylindrical-coordinate representation of color #808AE5: hue angle of 234.06º 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 #808AE5 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 138 | 229 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.10 |
| HSL | 234.06º | 0.66% | 0.7% | - |
| HSV(B) | 234.06º | 0.44% | 0.9% | - |
| XYZ | 32.13 | 28.42 | 77.92 | - |
| YUV | 145.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 229 | 0.44 | 0.40 | 0 | 0.10 | 234.06 | 0.66 | 0.7 |
| Hex | 80 | 8A | E5 | 2C | 28 | 0 | A | EA | 42 | 46 |
| Octal | 200 | 212 | 345 | 54 | 50 | 0 | 12 | 352 | 102 | 106 |
| Binary | 10000000 | 10001010 | 11100101 | 101100 | 101000 | 0 | 1010 | 11101010 | 1000010 | 1000110 |
Color Harmonies of #808AE5
Complementary color
Monochromatic Colors of #808AE5
Black with #808AE5
Text Example
Text Example
White with #808AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AE5; }
p { color: rgb(128,138,229); }
H1.HeaderClassName
{
color: #808AE5;
}
.AnyTagClassName
{
color: #808AE5;
}
</style>
background-color css
<style>
a { background-color: #808AE5; }
a { background-color: rgb(128,138,229); }
div.DivClassName
{
background-color: #808AE5;
}
.BgClassName
{
background-color: #808AE5;
}
</style>
border-color css
<style>
span { border-color: #808AE5; }
span { border-color: rgb(128,138,229); }
td.TdClassName
{
border-color: #808AE5;
}
.TagClassName
{
border-color: #808AE5;
}
</style>