Shades of Portage #828FCD
Tints of Portage #828FCD
RGB
CMYK
RGB Variations
Color information
#828FCD (or 0x828FCD) is known color: Portage. HEX triplet: 82, 8F and CD. RGB value is (130,143,205). Sum of RGB (Red+Green+Blue) = 130+143+205=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #828FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FCD is #7D7032. Grayscale: #919191. Windows color (decimal): -8220723 or 13471618. OLE color: 13471618.
HSL color Cylindrical-coordinate representation of color #828FCD: hue angle of 229.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828FCD is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 143 | 205 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.20 |
| HSL | 229.6º | 0.43% | 0.66% | - |
| HSV(B) | 229.6º | 0.37% | 0.8% | - |
| XYZ | 30.05 | 28.8 | 61.73 | - |
| YUV | 146.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 205 | 0.37 | 0.30 | 0 | 0.20 | 229.6 | 0.43 | 0.66 |
| Hex | 82 | 8F | CD | 25 | 1E | 0 | 14 | E6 | 2B | 42 |
| Octal | 202 | 217 | 315 | 45 | 36 | 0 | 24 | 346 | 53 | 102 |
| Binary | 10000010 | 10001111 | 11001101 | 100101 | 11110 | 0 | 10100 | 11100110 | 101011 | 1000010 |
Color Harmonies of #828FCD
Complementary color
Monochromatic Colors of #828FCD
Black with #828FCD
Text Example
Text Example
White with #828FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FCD; }
p { color: rgb(130,143,205); }
H1.HeaderClassName
{
color: #828FCD;
}
.AnyTagClassName
{
color: #828FCD;
}
</style>
background-color css
<style>
a { background-color: #828FCD; }
a { background-color: rgb(130,143,205); }
div.DivClassName
{
background-color: #828FCD;
}
.BgClassName
{
background-color: #828FCD;
}
</style>
border-color css
<style>
span { border-color: #828FCD; }
span { border-color: rgb(130,143,205); }
td.TdClassName
{
border-color: #828FCD;
}
.TagClassName
{
border-color: #828FCD;
}
</style>