Shades of Portage #829BDF
Tints of Portage #829BDF
RGB
CMYK
RGB Variations
Color information
#829BDF (or 0x829BDF) is known color: Portage. HEX triplet: 82, 9B and DF. RGB value is (130,155,223). Sum of RGB (Red+Green+Blue) = 130+155+223=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #829BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BDF is #7D6420. Grayscale: #9A9A9A. Windows color (decimal): -8217633 or 14654338. OLE color: 14654338.
HSL color Cylindrical-coordinate representation of color #829BDF: hue angle of 223.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829BDF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 155 | 223 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.13 |
| HSL | 223.87º | 0.59% | 0.69% | - |
| HSV(B) | 223.87º | 0.42% | 0.87% | - |
| XYZ | 34.25 | 33.52 | 74.48 | - |
| YUV | 155.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 223 | 0.42 | 0.30 | 0 | 0.13 | 223.87 | 0.59 | 0.69 |
| Hex | 82 | 9B | DF | 2A | 1E | 0 | D | E0 | 3B | 45 |
| Octal | 202 | 233 | 337 | 52 | 36 | 0 | 15 | 340 | 73 | 105 |
| Binary | 10000010 | 10011011 | 11011111 | 101010 | 11110 | 0 | 1101 | 11100000 | 111011 | 1000101 |
Color Harmonies of #829BDF
Complementary color
Monochromatic Colors of #829BDF
Black with #829BDF
Text Example
Text Example
White with #829BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BDF; }
p { color: rgb(130,155,223); }
H1.HeaderClassName
{
color: #829BDF;
}
.AnyTagClassName
{
color: #829BDF;
}
</style>
background-color css
<style>
a { background-color: #829BDF; }
a { background-color: rgb(130,155,223); }
div.DivClassName
{
background-color: #829BDF;
}
.BgClassName
{
background-color: #829BDF;
}
</style>
border-color css
<style>
span { border-color: #829BDF; }
span { border-color: rgb(130,155,223); }
td.TdClassName
{
border-color: #829BDF;
}
.TagClassName
{
border-color: #829BDF;
}
</style>