Shades of Portage #8284DC
Tints of Portage #8284DC
RGB
CMYK
RGB Variations
Color information
#8284DC (or 0x8284DC) is known color: Portage. HEX triplet: 82, 84 and DC. RGB value is (130,132,220). Sum of RGB (Red+Green+Blue) = 130+132+220=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8284DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284DC is #7D7B23. Grayscale: #8D8D8D. Windows color (decimal): -8223524 or 14451842. OLE color: 14451842.
HSL color Cylindrical-coordinate representation of color #8284DC: hue angle of 238.67º 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 #8284DC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 132 | 220 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.14 |
| HSL | 238.67º | 0.56% | 0.69% | - |
| HSV(B) | 238.67º | 0.41% | 0.86% | - |
| XYZ | 30.38 | 26.42 | 71.21 | - |
| YUV | 141.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 220 | 0.41 | 0.40 | 0 | 0.14 | 238.67 | 0.56 | 0.69 |
| Hex | 82 | 84 | DC | 29 | 28 | 0 | E | EF | 38 | 45 |
| Octal | 202 | 204 | 334 | 51 | 50 | 0 | 16 | 357 | 70 | 105 |
| Binary | 10000010 | 10000100 | 11011100 | 101001 | 101000 | 0 | 1110 | 11101111 | 111000 | 1000101 |
Color Harmonies of #8284DC
Complementary color
Monochromatic Colors of #8284DC
Black with #8284DC
Text Example
Text Example
White with #8284DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8284DC; }
p { color: rgb(130,132,220); }
H1.HeaderClassName
{
color: #8284DC;
}
.AnyTagClassName
{
color: #8284DC;
}
</style>
background-color css
<style>
a { background-color: #8284DC; }
a { background-color: rgb(130,132,220); }
div.DivClassName
{
background-color: #8284DC;
}
.BgClassName
{
background-color: #8284DC;
}
</style>
border-color css
<style>
span { border-color: #8284DC; }
span { border-color: rgb(130,132,220); }
td.TdClassName
{
border-color: #8284DC;
}
.TagClassName
{
border-color: #8284DC;
}
</style>