Shades of Portage #829BD5
Tints of Portage #829BD5
RGB
CMYK
RGB Variations
Color information
#829BD5 (or 0x829BD5) is known color: Portage. HEX triplet: 82, 9B and D5. RGB value is (130,155,213). Sum of RGB (Red+Green+Blue) = 130+155+213=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #829BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD5 is #7D642A. Grayscale: #999999. Windows color (decimal): -8217643 or 13998978. OLE color: 13998978.
HSL color Cylindrical-coordinate representation of color #829BD5: hue angle of 221.93º 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 #829BD5 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 155 | 213 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.16 |
| HSL | 221.93º | 0.5% | 0.67% | - |
| HSV(B) | 221.93º | 0.39% | 0.84% | - |
| XYZ | 32.94 | 32.99 | 67.58 | - |
| YUV | 154.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 213 | 0.39 | 0.27 | 0 | 0.16 | 221.93 | 0.5 | 0.67 |
| Hex | 82 | 9B | D5 | 27 | 1B | 0 | 10 | DE | 32 | 43 |
| Octal | 202 | 233 | 325 | 47 | 33 | 0 | 20 | 336 | 62 | 103 |
| Binary | 10000010 | 10011011 | 11010101 | 100111 | 11011 | 0 | 10000 | 11011110 | 110010 | 1000011 |
Color Harmonies of #829BD5
Complementary color
Monochromatic Colors of #829BD5
Black with #829BD5
Text Example
Text Example
White with #829BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BD5; }
p { color: rgb(130,155,213); }
H1.HeaderClassName
{
color: #829BD5;
}
.AnyTagClassName
{
color: #829BD5;
}
</style>
background-color css
<style>
a { background-color: #829BD5; }
a { background-color: rgb(130,155,213); }
div.DivClassName
{
background-color: #829BD5;
}
.BgClassName
{
background-color: #829BD5;
}
</style>
border-color css
<style>
span { border-color: #829BD5; }
span { border-color: rgb(130,155,213); }
td.TdClassName
{
border-color: #829BD5;
}
.TagClassName
{
border-color: #829BD5;
}
</style>