Shades of Portage #8285DD
Tints of Portage #8285DD
RGB
CMYK
RGB Variations
Color information
#8285DD (or 0x8285DD) is known color: Portage. HEX triplet: 82, 85 and DD. RGB value is (130,133,221). Sum of RGB (Red+Green+Blue) = 130+133+221=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8285DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285DD is #7D7A22. Grayscale: #8D8D8D. Windows color (decimal): -8223267 or 14517634. OLE color: 14517634.
HSL color Cylindrical-coordinate representation of color #8285DD: hue angle of 238.02º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8285DD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 133 | 221 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.13 |
| HSL | 238.02º | 0.57% | 0.69% | - |
| HSV(B) | 238.02º | 0.41% | 0.87% | - |
| XYZ | 30.64 | 26.74 | 71.95 | - |
| YUV | 142.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 221 | 0.41 | 0.40 | 0 | 0.13 | 238.02 | 0.57 | 0.69 |
| Hex | 82 | 85 | DD | 29 | 28 | 0 | D | EE | 39 | 45 |
| Octal | 202 | 205 | 335 | 51 | 50 | 0 | 15 | 356 | 71 | 105 |
| Binary | 10000010 | 10000101 | 11011101 | 101001 | 101000 | 0 | 1101 | 11101110 | 111001 | 1000101 |
Color Harmonies of #8285DD
Complementary color
Monochromatic Colors of #8285DD
Black with #8285DD
Text Example
Text Example
White with #8285DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285DD; }
p { color: rgb(130,133,221); }
H1.HeaderClassName
{
color: #8285DD;
}
.AnyTagClassName
{
color: #8285DD;
}
</style>
background-color css
<style>
a { background-color: #8285DD; }
a { background-color: rgb(130,133,221); }
div.DivClassName
{
background-color: #8285DD;
}
.BgClassName
{
background-color: #8285DD;
}
</style>
border-color css
<style>
span { border-color: #8285DD; }
span { border-color: rgb(130,133,221); }
td.TdClassName
{
border-color: #8285DD;
}
.TagClassName
{
border-color: #8285DD;
}
</style>