Shades of Portage #8082E1
Tints of Portage #8082E1
RGB
CMYK
RGB Variations
Color information
#8082E1 (or 0x8082E1) is known color: Portage. HEX triplet: 80, 82 and E1. RGB value is (128,130,225). Sum of RGB (Red+Green+Blue) = 128+130+225=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #8082E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082E1 is #7F7D1E. Grayscale: #8B8B8B. Windows color (decimal): -8355103 or 14779008. OLE color: 14779008.
HSL color Cylindrical-coordinate representation of color #8082E1: hue angle of 238.76º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8082E1 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 130 | 225 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.12 |
| HSL | 238.76º | 0.62% | 0.69% | - |
| HSV(B) | 238.76º | 0.43% | 0.88% | - |
| XYZ | 30.48 | 25.99 | 74.64 | - |
| YUV | 140.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 225 | 0.43 | 0.42 | 0 | 0.12 | 238.76 | 0.62 | 0.69 |
| Hex | 80 | 82 | E1 | 2B | 2A | 0 | C | EF | 3E | 45 |
| Octal | 200 | 202 | 341 | 53 | 52 | 0 | 14 | 357 | 76 | 105 |
| Binary | 10000000 | 10000010 | 11100001 | 101011 | 101010 | 0 | 1100 | 11101111 | 111110 | 1000101 |
Color Harmonies of #8082E1
Complementary color
Monochromatic Colors of #8082E1
Black with #8082E1
Text Example
Text Example
White with #8082E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082E1; }
p { color: rgb(128,130,225); }
H1.HeaderClassName
{
color: #8082E1;
}
.AnyTagClassName
{
color: #8082E1;
}
</style>
background-color css
<style>
a { background-color: #8082E1; }
a { background-color: rgb(128,130,225); }
div.DivClassName
{
background-color: #8082E1;
}
.BgClassName
{
background-color: #8082E1;
}
</style>
border-color css
<style>
span { border-color: #8082E1; }
span { border-color: rgb(128,130,225); }
td.TdClassName
{
border-color: #8082E1;
}
.TagClassName
{
border-color: #8082E1;
}
</style>