Shades of Portage #8084DF
Tints of Portage #8084DF
RGB
CMYK
RGB Variations
Color information
#8084DF (or 0x8084DF) is known color: Portage. HEX triplet: 80, 84 and DF. RGB value is (128,132,223). Sum of RGB (Red+Green+Blue) = 128+132+223=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #8084DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084DF is #7F7B20. Grayscale: #8C8C8C. Windows color (decimal): -8354593 or 14648448. OLE color: 14648448.
HSL color Cylindrical-coordinate representation of color #8084DF: hue angle of 237.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8084DF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 132 | 223 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.13 |
| HSL | 237.47º | 0.6% | 0.69% | - |
| HSV(B) | 237.47º | 0.43% | 0.87% | - |
| XYZ | 30.47 | 26.42 | 73.31 | - |
| YUV | 141.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 223 | 0.43 | 0.41 | 0 | 0.13 | 237.47 | 0.6 | 0.69 |
| Hex | 80 | 84 | DF | 2B | 29 | 0 | D | ED | 3C | 45 |
| Octal | 200 | 204 | 337 | 53 | 51 | 0 | 15 | 355 | 74 | 105 |
| Binary | 10000000 | 10000100 | 11011111 | 101011 | 101001 | 0 | 1101 | 11101101 | 111100 | 1000101 |
Color Harmonies of #8084DF
Complementary color
Monochromatic Colors of #8084DF
Black with #8084DF
Text Example
Text Example
White with #8084DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084DF; }
p { color: rgb(128,132,223); }
H1.HeaderClassName
{
color: #8084DF;
}
.AnyTagClassName
{
color: #8084DF;
}
</style>
background-color css
<style>
a { background-color: #8084DF; }
a { background-color: rgb(128,132,223); }
div.DivClassName
{
background-color: #8084DF;
}
.BgClassName
{
background-color: #8084DF;
}
</style>
border-color css
<style>
span { border-color: #8084DF; }
span { border-color: rgb(128,132,223); }
td.TdClassName
{
border-color: #8084DF;
}
.TagClassName
{
border-color: #8084DF;
}
</style>