Shades of Portage #8285DC
Tints of Portage #8285DC
RGB
CMYK
RGB Variations
Color information
#8285DC (or 0x8285DC) is known color: Portage. HEX triplet: 82, 85 and DC. RGB value is (130,133,220). Sum of RGB (Red+Green+Blue) = 130+133+220=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8285DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285DC is #7D7A23. Grayscale: #8D8D8D. Windows color (decimal): -8223268 or 14452098. OLE color: 14452098.
HSL color Cylindrical-coordinate representation of color #8285DC: hue angle of 238º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8285DC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 133 | 220 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.14 |
| HSL | 238º | 0.56% | 0.69% | - |
| HSV(B) | 238º | 0.41% | 0.86% | - |
| XYZ | 30.51 | 26.69 | 71.25 | - |
| YUV | 142.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 220 | 0.41 | 0.40 | 0 | 0.14 | 238 | 0.56 | 0.69 |
| Hex | 82 | 85 | DC | 29 | 28 | 0 | E | EE | 38 | 45 |
| Octal | 202 | 205 | 334 | 51 | 50 | 0 | 16 | 356 | 70 | 105 |
| Binary | 10000010 | 10000101 | 11011100 | 101001 | 101000 | 0 | 1110 | 11101110 | 111000 | 1000101 |
Color Harmonies of #8285DC
Complementary color
Monochromatic Colors of #8285DC
Black with #8285DC
Text Example
Text Example
White with #8285DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285DC; }
p { color: rgb(130,133,220); }
H1.HeaderClassName
{
color: #8285DC;
}
.AnyTagClassName
{
color: #8285DC;
}
</style>
background-color css
<style>
a { background-color: #8285DC; }
a { background-color: rgb(130,133,220); }
div.DivClassName
{
background-color: #8285DC;
}
.BgClassName
{
background-color: #8285DC;
}
</style>
border-color css
<style>
span { border-color: #8285DC; }
span { border-color: rgb(130,133,220); }
td.TdClassName
{
border-color: #8285DC;
}
.TagClassName
{
border-color: #8285DC;
}
</style>