Shades of Portage #828BDC
Tints of Portage #828BDC
RGB
CMYK
RGB Variations
Color information
#828BDC (or 0x828BDC) is known color: Portage. HEX triplet: 82, 8B and DC. RGB value is (130,139,220). Sum of RGB (Red+Green+Blue) = 130+139+220=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #828BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BDC is #7D7423. Grayscale: #919191. Windows color (decimal): -8221732 or 14453634. OLE color: 14453634.
HSL color Cylindrical-coordinate representation of color #828BDC: hue angle of 234º 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 #828BDC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 139 | 220 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.14 |
| HSL | 234º | 0.56% | 0.69% | - |
| HSV(B) | 234º | 0.41% | 0.86% | - |
| XYZ | 31.36 | 28.38 | 71.54 | - |
| YUV | 145.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 220 | 0.41 | 0.37 | 0 | 0.14 | 234 | 0.56 | 0.69 |
| Hex | 82 | 8B | DC | 29 | 25 | 0 | E | EA | 38 | 45 |
| Octal | 202 | 213 | 334 | 51 | 45 | 0 | 16 | 352 | 70 | 105 |
| Binary | 10000010 | 10001011 | 11011100 | 101001 | 100101 | 0 | 1110 | 11101010 | 111000 | 1000101 |
Color Harmonies of #828BDC
Complementary color
Monochromatic Colors of #828BDC
Black with #828BDC
Text Example
Text Example
White with #828BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BDC; }
p { color: rgb(130,139,220); }
H1.HeaderClassName
{
color: #828BDC;
}
.AnyTagClassName
{
color: #828BDC;
}
</style>
background-color css
<style>
a { background-color: #828BDC; }
a { background-color: rgb(130,139,220); }
div.DivClassName
{
background-color: #828BDC;
}
.BgClassName
{
background-color: #828BDC;
}
</style>
border-color css
<style>
span { border-color: #828BDC; }
span { border-color: rgb(130,139,220); }
td.TdClassName
{
border-color: #828BDC;
}
.TagClassName
{
border-color: #828BDC;
}
</style>