Shades of Portage #828FDE
Tints of Portage #828FDE
RGB
CMYK
RGB Variations
Color information
#828FDE (or 0x828FDE) is known color: Portage. HEX triplet: 82, 8F and DE. RGB value is (130,143,222). Sum of RGB (Red+Green+Blue) = 130+143+222=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #828FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FDE is #7D7021. Grayscale: #939393. Windows color (decimal): -8220706 or 14585730. OLE color: 14585730.
HSL color Cylindrical-coordinate representation of color #828FDE: hue angle of 231.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828FDE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 143 | 222 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.13 |
| HSL | 231.52º | 0.58% | 0.69% | - |
| HSV(B) | 231.52º | 0.41% | 0.87% | - |
| XYZ | 32.21 | 29.66 | 73.14 | - |
| YUV | 148.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 222 | 0.41 | 0.36 | 0 | 0.13 | 231.52 | 0.58 | 0.69 |
| Hex | 82 | 8F | DE | 29 | 24 | 0 | D | E8 | 3A | 45 |
| Octal | 202 | 217 | 336 | 51 | 44 | 0 | 15 | 350 | 72 | 105 |
| Binary | 10000010 | 10001111 | 11011110 | 101001 | 100100 | 0 | 1101 | 11101000 | 111010 | 1000101 |
Color Harmonies of #828FDE
Complementary color
Monochromatic Colors of #828FDE
Black with #828FDE
Text Example
Text Example
White with #828FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FDE; }
p { color: rgb(130,143,222); }
H1.HeaderClassName
{
color: #828FDE;
}
.AnyTagClassName
{
color: #828FDE;
}
</style>
background-color css
<style>
a { background-color: #828FDE; }
a { background-color: rgb(130,143,222); }
div.DivClassName
{
background-color: #828FDE;
}
.BgClassName
{
background-color: #828FDE;
}
</style>
border-color css
<style>
span { border-color: #828FDE; }
span { border-color: rgb(130,143,222); }
td.TdClassName
{
border-color: #828FDE;
}
.TagClassName
{
border-color: #828FDE;
}
</style>