Shades of Portage #8085DD
Tints of Portage #8085DD
RGB
CMYK
RGB Variations
Color information
#8085DD (or 0x8085DD) is known color: Portage. HEX triplet: 80, 85 and DD. RGB value is (128,133,221). Sum of RGB (Red+Green+Blue) = 128+133+221=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8085DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085DD is #7F7A22. Grayscale: #8D8D8D. Windows color (decimal): -8354339 or 14517632. OLE color: 14517632.
HSL color Cylindrical-coordinate representation of color #8085DD: hue angle of 236.77º 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 #8085DD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 133 | 221 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.13 |
| HSL | 236.77º | 0.58% | 0.68% | - |
| HSV(B) | 236.77º | 0.42% | 0.87% | - |
| XYZ | 30.34 | 26.58 | 71.94 | - |
| YUV | 141.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 221 | 0.42 | 0.40 | 0 | 0.13 | 236.77 | 0.58 | 0.68 |
| Hex | 80 | 85 | DD | 2A | 28 | 0 | D | ED | 3A | 44 |
| Octal | 200 | 205 | 335 | 52 | 50 | 0 | 15 | 355 | 72 | 104 |
| Binary | 10000000 | 10000101 | 11011101 | 101010 | 101000 | 0 | 1101 | 11101101 | 111010 | 1000100 |
Color Harmonies of #8085DD
Complementary color
Monochromatic Colors of #8085DD
Black with #8085DD
Text Example
Text Example
White with #8085DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085DD; }
p { color: rgb(128,133,221); }
H1.HeaderClassName
{
color: #8085DD;
}
.AnyTagClassName
{
color: #8085DD;
}
</style>
background-color css
<style>
a { background-color: #8085DD; }
a { background-color: rgb(128,133,221); }
div.DivClassName
{
background-color: #8085DD;
}
.BgClassName
{
background-color: #8085DD;
}
</style>
border-color css
<style>
span { border-color: #8085DD; }
span { border-color: rgb(128,133,221); }
td.TdClassName
{
border-color: #8085DD;
}
.TagClassName
{
border-color: #8085DD;
}
</style>