Shades of Portage #828AD5
Tints of Portage #828AD5
RGB
CMYK
RGB Variations
Color information
#828AD5 (or 0x828AD5) is known color: Portage. HEX triplet: 82, 8A and D5. RGB value is (130,138,213). Sum of RGB (Red+Green+Blue) = 130+138+213=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #828AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AD5 is #7D752A. Grayscale: #8F8F8F. Windows color (decimal): -8221995 or 13994626. OLE color: 13994626.
HSL color Cylindrical-coordinate representation of color #828AD5: hue angle of 234.22º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828AD5 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 138 | 213 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.16 |
| HSL | 234.22º | 0.5% | 0.67% | - |
| HSV(B) | 234.22º | 0.39% | 0.84% | - |
| XYZ | 30.3 | 27.73 | 66.71 | - |
| YUV | 144.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 213 | 0.39 | 0.35 | 0 | 0.16 | 234.22 | 0.5 | 0.67 |
| Hex | 82 | 8A | D5 | 27 | 23 | 0 | 10 | EA | 32 | 43 |
| Octal | 202 | 212 | 325 | 47 | 43 | 0 | 20 | 352 | 62 | 103 |
| Binary | 10000010 | 10001010 | 11010101 | 100111 | 100011 | 0 | 10000 | 11101010 | 110010 | 1000011 |
Color Harmonies of #828AD5
Complementary color
Monochromatic Colors of #828AD5
Black with #828AD5
Text Example
Text Example
White with #828AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AD5; }
p { color: rgb(130,138,213); }
H1.HeaderClassName
{
color: #828AD5;
}
.AnyTagClassName
{
color: #828AD5;
}
</style>
background-color css
<style>
a { background-color: #828AD5; }
a { background-color: rgb(130,138,213); }
div.DivClassName
{
background-color: #828AD5;
}
.BgClassName
{
background-color: #828AD5;
}
</style>
border-color css
<style>
span { border-color: #828AD5; }
span { border-color: rgb(130,138,213); }
td.TdClassName
{
border-color: #828AD5;
}
.TagClassName
{
border-color: #828AD5;
}
</style>