Shades of Portage #8284DB
Tints of Portage #8284DB
RGB
CMYK
RGB Variations
Color information
#8284DB (or 0x8284DB) is known color: Portage. HEX triplet: 82, 84 and DB. RGB value is (130,132,219). Sum of RGB (Red+Green+Blue) = 130+132+219=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8284DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284DB is #7D7B24. Grayscale: #8C8C8C. Windows color (decimal): -8223525 or 14386306. OLE color: 14386306.
HSL color Cylindrical-coordinate representation of color #8284DB: hue angle of 238.65º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8284DB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 132 | 219 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.14 |
| HSL | 238.65º | 0.55% | 0.68% | - |
| HSV(B) | 238.65º | 0.41% | 0.86% | - |
| XYZ | 30.24 | 26.36 | 70.51 | - |
| YUV | 141.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 219 | 0.41 | 0.40 | 0 | 0.14 | 238.65 | 0.55 | 0.68 |
| Hex | 82 | 84 | DB | 29 | 28 | 0 | E | EF | 37 | 44 |
| Octal | 202 | 204 | 333 | 51 | 50 | 0 | 16 | 357 | 67 | 104 |
| Binary | 10000010 | 10000100 | 11011011 | 101001 | 101000 | 0 | 1110 | 11101111 | 110111 | 1000100 |
Color Harmonies of #8284DB
Complementary color
Monochromatic Colors of #8284DB
Black with #8284DB
Text Example
Text Example
White with #8284DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8284DB; }
p { color: rgb(130,132,219); }
H1.HeaderClassName
{
color: #8284DB;
}
.AnyTagClassName
{
color: #8284DB;
}
</style>
background-color css
<style>
a { background-color: #8284DB; }
a { background-color: rgb(130,132,219); }
div.DivClassName
{
background-color: #8284DB;
}
.BgClassName
{
background-color: #8284DB;
}
</style>
border-color css
<style>
span { border-color: #8284DB; }
span { border-color: rgb(130,132,219); }
td.TdClassName
{
border-color: #8284DB;
}
.TagClassName
{
border-color: #8284DB;
}
</style>