Shades of Portage #828BDA
Tints of Portage #828BDA
RGB
CMYK
RGB Variations
Color information
#828BDA (or 0x828BDA) is known color: Portage. HEX triplet: 82, 8B and DA. RGB value is (130,139,218). Sum of RGB (Red+Green+Blue) = 130+139+218=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #828BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BDA is #7D7425. Grayscale: #909090. Windows color (decimal): -8221734 or 14322562. OLE color: 14322562.
HSL color Cylindrical-coordinate representation of color #828BDA: hue angle of 233.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828BDA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 139 | 218 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.15 |
| HSL | 233.86º | 0.54% | 0.68% | - |
| HSV(B) | 233.86º | 0.4% | 0.85% | - |
| XYZ | 31.09 | 28.27 | 70.15 | - |
| YUV | 145.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 218 | 0.40 | 0.36 | 0 | 0.15 | 233.86 | 0.54 | 0.68 |
| Hex | 82 | 8B | DA | 28 | 24 | 0 | F | EA | 36 | 44 |
| Octal | 202 | 213 | 332 | 50 | 44 | 0 | 17 | 352 | 66 | 104 |
| Binary | 10000010 | 10001011 | 11011010 | 101000 | 100100 | 0 | 1111 | 11101010 | 110110 | 1000100 |
Color Harmonies of #828BDA
Complementary color
Monochromatic Colors of #828BDA
Black with #828BDA
Text Example
Text Example
White with #828BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BDA; }
p { color: rgb(130,139,218); }
H1.HeaderClassName
{
color: #828BDA;
}
.AnyTagClassName
{
color: #828BDA;
}
</style>
background-color css
<style>
a { background-color: #828BDA; }
a { background-color: rgb(130,139,218); }
div.DivClassName
{
background-color: #828BDA;
}
.BgClassName
{
background-color: #828BDA;
}
</style>
border-color css
<style>
span { border-color: #828BDA; }
span { border-color: rgb(130,139,218); }
td.TdClassName
{
border-color: #828BDA;
}
.TagClassName
{
border-color: #828BDA;
}
</style>