Shades of Portage #828AD6
Tints of Portage #828AD6
RGB
CMYK
RGB Variations
Color information
#828AD6 (or 0x828AD6) is known color: Portage. HEX triplet: 82, 8A and D6. RGB value is (130,138,214). Sum of RGB (Red+Green+Blue) = 130+138+214=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #828AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AD6 is #7D7529. Grayscale: #8F8F8F. Windows color (decimal): -8221994 or 14060162. OLE color: 14060162.
HSL color Cylindrical-coordinate representation of color #828AD6: hue angle of 234.29º degrees, saturation: 0.51, 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 #828AD6 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 138 | 214 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.16 |
| HSL | 234.29º | 0.51% | 0.67% | - |
| HSV(B) | 234.29º | 0.39% | 0.84% | - |
| XYZ | 30.43 | 27.78 | 67.38 | - |
| YUV | 144.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 214 | 0.39 | 0.36 | 0 | 0.16 | 234.29 | 0.51 | 0.67 |
| Hex | 82 | 8A | D6 | 27 | 24 | 0 | 10 | EA | 33 | 43 |
| Octal | 202 | 212 | 326 | 47 | 44 | 0 | 20 | 352 | 63 | 103 |
| Binary | 10000010 | 10001010 | 11010110 | 100111 | 100100 | 0 | 10000 | 11101010 | 110011 | 1000011 |
Color Harmonies of #828AD6
Complementary color
Monochromatic Colors of #828AD6
Black with #828AD6
Text Example
Text Example
White with #828AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AD6; }
p { color: rgb(130,138,214); }
H1.HeaderClassName
{
color: #828AD6;
}
.AnyTagClassName
{
color: #828AD6;
}
</style>
background-color css
<style>
a { background-color: #828AD6; }
a { background-color: rgb(130,138,214); }
div.DivClassName
{
background-color: #828AD6;
}
.BgClassName
{
background-color: #828AD6;
}
</style>
border-color css
<style>
span { border-color: #828AD6; }
span { border-color: rgb(130,138,214); }
td.TdClassName
{
border-color: #828AD6;
}
.TagClassName
{
border-color: #828AD6;
}
</style>