Shades of Portage #828ADB
Tints of Portage #828ADB
RGB
CMYK
RGB Variations
Color information
#828ADB (or 0x828ADB) is known color: Portage. HEX triplet: 82, 8A and DB. RGB value is (130,138,219). Sum of RGB (Red+Green+Blue) = 130+138+219=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #828ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ADB is #7D7524. Grayscale: #909090. Windows color (decimal): -8221989 or 14387842. OLE color: 14387842.
HSL color Cylindrical-coordinate representation of color #828ADB: hue angle of 234.61º 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 #828ADB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 138 | 219 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.14 |
| HSL | 234.61º | 0.55% | 0.68% | - |
| HSV(B) | 234.61º | 0.41% | 0.86% | - |
| XYZ | 31.08 | 28.04 | 70.79 | - |
| YUV | 144.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 219 | 0.41 | 0.37 | 0 | 0.14 | 234.61 | 0.55 | 0.68 |
| Hex | 82 | 8A | DB | 29 | 25 | 0 | E | EB | 37 | 44 |
| Octal | 202 | 212 | 333 | 51 | 45 | 0 | 16 | 353 | 67 | 104 |
| Binary | 10000010 | 10001010 | 11011011 | 101001 | 100101 | 0 | 1110 | 11101011 | 110111 | 1000100 |
Color Harmonies of #828ADB
Complementary color
Monochromatic Colors of #828ADB
Black with #828ADB
Text Example
Text Example
White with #828ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ADB; }
p { color: rgb(130,138,219); }
H1.HeaderClassName
{
color: #828ADB;
}
.AnyTagClassName
{
color: #828ADB;
}
</style>
background-color css
<style>
a { background-color: #828ADB; }
a { background-color: rgb(130,138,219); }
div.DivClassName
{
background-color: #828ADB;
}
.BgClassName
{
background-color: #828ADB;
}
</style>
border-color css
<style>
span { border-color: #828ADB; }
span { border-color: rgb(130,138,219); }
td.TdClassName
{
border-color: #828ADB;
}
.TagClassName
{
border-color: #828ADB;
}
</style>