Shades of Portage #8082DE
Tints of Portage #8082DE
RGB
CMYK
RGB Variations
Color information
#8082DE (or 0x8082DE) is known color: Portage. HEX triplet: 80, 82 and DE. RGB value is (128,130,222). Sum of RGB (Red+Green+Blue) = 128+130+222=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #8082DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082DE is #7F7D21. Grayscale: #8B8B8B. Windows color (decimal): -8355106 or 14582400. OLE color: 14582400.
HSL color Cylindrical-coordinate representation of color #8082DE: hue angle of 238.72º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8082DE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 130 | 222 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.13 |
| HSL | 238.72º | 0.59% | 0.69% | - |
| HSV(B) | 238.72º | 0.42% | 0.87% | - |
| XYZ | 30.07 | 25.83 | 72.51 | - |
| YUV | 139.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 222 | 0.42 | 0.41 | 0 | 0.13 | 238.72 | 0.59 | 0.69 |
| Hex | 80 | 82 | DE | 2A | 29 | 0 | D | EF | 3B | 45 |
| Octal | 200 | 202 | 336 | 52 | 51 | 0 | 15 | 357 | 73 | 105 |
| Binary | 10000000 | 10000010 | 11011110 | 101010 | 101001 | 0 | 1101 | 11101111 | 111011 | 1000101 |
Color Harmonies of #8082DE
Complementary color
Monochromatic Colors of #8082DE
Black with #8082DE
Text Example
Text Example
White with #8082DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082DE; }
p { color: rgb(128,130,222); }
H1.HeaderClassName
{
color: #8082DE;
}
.AnyTagClassName
{
color: #8082DE;
}
</style>
background-color css
<style>
a { background-color: #8082DE; }
a { background-color: rgb(128,130,222); }
div.DivClassName
{
background-color: #8082DE;
}
.BgClassName
{
background-color: #8082DE;
}
</style>
border-color css
<style>
span { border-color: #8082DE; }
span { border-color: rgb(128,130,222); }
td.TdClassName
{
border-color: #8082DE;
}
.TagClassName
{
border-color: #8082DE;
}
</style>