Shades of Portage #829DDD
Tints of Portage #829DDD
RGB
CMYK
RGB Variations
Color information
#829DDD (or 0x829DDD) is known color: Portage. HEX triplet: 82, 9D and DD. RGB value is (130,157,221). Sum of RGB (Red+Green+Blue) = 130+157+221=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #829DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DDD is #7D6222. Grayscale: #9B9B9B. Windows color (decimal): -8217123 or 14523778. OLE color: 14523778.
HSL color Cylindrical-coordinate representation of color #829DDD: hue angle of 222.2º degrees, saturation: 0.57, 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 #829DDD is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 157 | 221 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.13 |
| HSL | 222.2º | 0.57% | 0.69% | - |
| HSV(B) | 222.2º | 0.41% | 0.87% | - |
| XYZ | 34.31 | 34.08 | 73.18 | - |
| YUV | 156.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 221 | 0.41 | 0.29 | 0 | 0.13 | 222.2 | 0.57 | 0.69 |
| Hex | 82 | 9D | DD | 29 | 1D | 0 | D | DE | 39 | 45 |
| Octal | 202 | 235 | 335 | 51 | 35 | 0 | 15 | 336 | 71 | 105 |
| Binary | 10000010 | 10011101 | 11011101 | 101001 | 11101 | 0 | 1101 | 11011110 | 111001 | 1000101 |
Color Harmonies of #829DDD
Complementary color
Monochromatic Colors of #829DDD
Black with #829DDD
Text Example
Text Example
White with #829DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DDD; }
p { color: rgb(130,157,221); }
H1.HeaderClassName
{
color: #829DDD;
}
.AnyTagClassName
{
color: #829DDD;
}
</style>
background-color css
<style>
a { background-color: #829DDD; }
a { background-color: rgb(130,157,221); }
div.DivClassName
{
background-color: #829DDD;
}
.BgClassName
{
background-color: #829DDD;
}
</style>
border-color css
<style>
span { border-color: #829DDD; }
span { border-color: rgb(130,157,221); }
td.TdClassName
{
border-color: #829DDD;
}
.TagClassName
{
border-color: #829DDD;
}
</style>