Shades of Portage #8084DA
Tints of Portage #8084DA
RGB
CMYK
RGB Variations
Color information
#8084DA (or 0x8084DA) is known color: Portage. HEX triplet: 80, 84 and DA. RGB value is (128,132,218). Sum of RGB (Red+Green+Blue) = 128+132+218=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #8084DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084DA is #7F7B25. Grayscale: #8C8C8C. Windows color (decimal): -8354598 or 14320768. OLE color: 14320768.
HSL color Cylindrical-coordinate representation of color #8084DA: hue angle of 237.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8084DA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 132 | 218 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.15 |
| HSL | 237.33º | 0.55% | 0.68% | - |
| HSV(B) | 237.33º | 0.41% | 0.85% | - |
| XYZ | 29.81 | 26.15 | 69.81 | - |
| YUV | 140.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 218 | 0.41 | 0.39 | 0 | 0.15 | 237.33 | 0.55 | 0.68 |
| Hex | 80 | 84 | DA | 29 | 27 | 0 | F | ED | 37 | 44 |
| Octal | 200 | 204 | 332 | 51 | 47 | 0 | 17 | 355 | 67 | 104 |
| Binary | 10000000 | 10000100 | 11011010 | 101001 | 100111 | 0 | 1111 | 11101101 | 110111 | 1000100 |
Color Harmonies of #8084DA
Complementary color
Monochromatic Colors of #8084DA
Black with #8084DA
Text Example
Text Example
White with #8084DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084DA; }
p { color: rgb(128,132,218); }
H1.HeaderClassName
{
color: #8084DA;
}
.AnyTagClassName
{
color: #8084DA;
}
</style>
background-color css
<style>
a { background-color: #8084DA; }
a { background-color: rgb(128,132,218); }
div.DivClassName
{
background-color: #8084DA;
}
.BgClassName
{
background-color: #8084DA;
}
</style>
border-color css
<style>
span { border-color: #8084DA; }
span { border-color: rgb(128,132,218); }
td.TdClassName
{
border-color: #8084DA;
}
.TagClassName
{
border-color: #8084DA;
}
</style>