Shades of Portage #829DED
Tints of Portage #829DED
RGB
CMYK
RGB Variations
Color information
#829DED (or 0x829DED) is known color: Portage. HEX triplet: 82, 9D and ED. RGB value is (130,157,237). Sum of RGB (Red+Green+Blue) = 130+157+237=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #829DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DED is #7D6212. Grayscale: #9D9D9D. Windows color (decimal): -8217107 or 15572354. OLE color: 15572354.
HSL color Cylindrical-coordinate representation of color #829DED: hue angle of 224.86º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829DED is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 157 | 237 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.07 |
| HSL | 224.86º | 0.75% | 0.72% | - |
| HSV(B) | 224.86º | 0.45% | 0.93% | - |
| XYZ | 36.55 | 34.97 | 84.95 | - |
| YUV | 158.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 237 | 0.45 | 0.34 | 0 | 0.07 | 224.86 | 0.75 | 0.72 |
| Hex | 82 | 9D | ED | 2D | 22 | 0 | 7 | E1 | 4B | 48 |
| Octal | 202 | 235 | 355 | 55 | 42 | 0 | 7 | 341 | 113 | 110 |
| Binary | 10000010 | 10011101 | 11101101 | 101101 | 100010 | 0 | 111 | 11100001 | 1001011 | 1001000 |
Color Harmonies of #829DED
Complementary color
Monochromatic Colors of #829DED
Black with #829DED
Text Example
Text Example
White with #829DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DED; }
p { color: rgb(130,157,237); }
H1.HeaderClassName
{
color: #829DED;
}
.AnyTagClassName
{
color: #829DED;
}
</style>
background-color css
<style>
a { background-color: #829DED; }
a { background-color: rgb(130,157,237); }
div.DivClassName
{
background-color: #829DED;
}
.BgClassName
{
background-color: #829DED;
}
</style>
border-color css
<style>
span { border-color: #829DED; }
span { border-color: rgb(130,157,237); }
td.TdClassName
{
border-color: #829DED;
}
.TagClassName
{
border-color: #829DED;
}
</style>