Shades of Portage #828EDB
Tints of Portage #828EDB
RGB
CMYK
RGB Variations
Color information
#828EDB (or 0x828EDB) is known color: Portage. HEX triplet: 82, 8E and DB. RGB value is (130,142,219). Sum of RGB (Red+Green+Blue) = 130+142+219=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #828EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EDB is #7D7124. Grayscale: #929292. Windows color (decimal): -8220965 or 14388866. OLE color: 14388866.
HSL color Cylindrical-coordinate representation of color #828EDB: hue angle of 231.91º 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 #828EDB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 142 | 219 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.14 |
| HSL | 231.91º | 0.55% | 0.68% | - |
| HSV(B) | 231.91º | 0.41% | 0.86% | - |
| XYZ | 31.67 | 29.21 | 70.99 | - |
| YUV | 147.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 219 | 0.41 | 0.35 | 0 | 0.14 | 231.91 | 0.55 | 0.68 |
| Hex | 82 | 8E | DB | 29 | 23 | 0 | E | E8 | 37 | 44 |
| Octal | 202 | 216 | 333 | 51 | 43 | 0 | 16 | 350 | 67 | 104 |
| Binary | 10000010 | 10001110 | 11011011 | 101001 | 100011 | 0 | 1110 | 11101000 | 110111 | 1000100 |
Color Harmonies of #828EDB
Complementary color
Monochromatic Colors of #828EDB
Black with #828EDB
Text Example
Text Example
White with #828EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EDB; }
p { color: rgb(130,142,219); }
H1.HeaderClassName
{
color: #828EDB;
}
.AnyTagClassName
{
color: #828EDB;
}
</style>
background-color css
<style>
a { background-color: #828EDB; }
a { background-color: rgb(130,142,219); }
div.DivClassName
{
background-color: #828EDB;
}
.BgClassName
{
background-color: #828EDB;
}
</style>
border-color css
<style>
span { border-color: #828EDB; }
span { border-color: rgb(130,142,219); }
td.TdClassName
{
border-color: #828EDB;
}
.TagClassName
{
border-color: #828EDB;
}
</style>