Shades of Portage #8084DD
Tints of Portage #8084DD
RGB
CMYK
RGB Variations
Color information
#8084DD (or 0x8084DD) is known color: Portage. HEX triplet: 80, 84 and DD. RGB value is (128,132,221). Sum of RGB (Red+Green+Blue) = 128+132+221=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #8084DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084DD is #7F7B22. Grayscale: #8C8C8C. Windows color (decimal): -8354595 or 14517376. OLE color: 14517376.
HSL color Cylindrical-coordinate representation of color #8084DD: hue angle of 237.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8084DD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 132 | 221 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.13 |
| HSL | 237.42º | 0.58% | 0.68% | - |
| HSV(B) | 237.42º | 0.42% | 0.87% | - |
| XYZ | 30.2 | 26.31 | 71.89 | - |
| YUV | 140.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 221 | 0.42 | 0.40 | 0 | 0.13 | 237.42 | 0.58 | 0.68 |
| Hex | 80 | 84 | DD | 2A | 28 | 0 | D | ED | 3A | 44 |
| Octal | 200 | 204 | 335 | 52 | 50 | 0 | 15 | 355 | 72 | 104 |
| Binary | 10000000 | 10000100 | 11011101 | 101010 | 101000 | 0 | 1101 | 11101101 | 111010 | 1000100 |
Color Harmonies of #8084DD
Complementary color
Monochromatic Colors of #8084DD
Black with #8084DD
Text Example
Text Example
White with #8084DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084DD; }
p { color: rgb(128,132,221); }
H1.HeaderClassName
{
color: #8084DD;
}
.AnyTagClassName
{
color: #8084DD;
}
</style>
background-color css
<style>
a { background-color: #8084DD; }
a { background-color: rgb(128,132,221); }
div.DivClassName
{
background-color: #8084DD;
}
.BgClassName
{
background-color: #8084DD;
}
</style>
border-color css
<style>
span { border-color: #8084DD; }
span { border-color: rgb(128,132,221); }
td.TdClassName
{
border-color: #8084DD;
}
.TagClassName
{
border-color: #8084DD;
}
</style>