Shades of Portage #828CD5
Tints of Portage #828CD5
RGB
CMYK
RGB Variations
Color information
#828CD5 (or 0x828CD5) is known color: Portage. HEX triplet: 82, 8C and D5. RGB value is (130,140,213). Sum of RGB (Red+Green+Blue) = 130+140+213=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #828CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CD5 is #7D732A. Grayscale: #919191. Windows color (decimal): -8221483 or 13995138. OLE color: 13995138.
HSL color Cylindrical-coordinate representation of color #828CD5: hue angle of 232.77º 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 #828CD5 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 140 | 213 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.16 |
| HSL | 232.77º | 0.5% | 0.67% | - |
| HSV(B) | 232.77º | 0.39% | 0.84% | - |
| XYZ | 30.59 | 28.31 | 66.8 | - |
| YUV | 145.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 213 | 0.39 | 0.34 | 0 | 0.16 | 232.77 | 0.5 | 0.67 |
| Hex | 82 | 8C | D5 | 27 | 22 | 0 | 10 | E9 | 32 | 43 |
| Octal | 202 | 214 | 325 | 47 | 42 | 0 | 20 | 351 | 62 | 103 |
| Binary | 10000010 | 10001100 | 11010101 | 100111 | 100010 | 0 | 10000 | 11101001 | 110010 | 1000011 |
Color Harmonies of #828CD5
Complementary color
Monochromatic Colors of #828CD5
Black with #828CD5
Text Example
Text Example
White with #828CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CD5; }
p { color: rgb(130,140,213); }
H1.HeaderClassName
{
color: #828CD5;
}
.AnyTagClassName
{
color: #828CD5;
}
</style>
background-color css
<style>
a { background-color: #828CD5; }
a { background-color: rgb(130,140,213); }
div.DivClassName
{
background-color: #828CD5;
}
.BgClassName
{
background-color: #828CD5;
}
</style>
border-color css
<style>
span { border-color: #828CD5; }
span { border-color: rgb(130,140,213); }
td.TdClassName
{
border-color: #828CD5;
}
.TagClassName
{
border-color: #828CD5;
}
</style>