Shades of Portage #819DDF
Tints of Portage #819DDF
RGB
CMYK
RGB Variations
Color information
#819DDF (or 0x819DDF) is known color: Portage. HEX triplet: 81, 9D and DF. RGB value is (129,157,223). Sum of RGB (Red+Green+Blue) = 129+157+223=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #819DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DDF is #7E6220. Grayscale: #9B9B9B. Windows color (decimal): -8282657 or 14654849. OLE color: 14654849.
HSL color Cylindrical-coordinate representation of color #819DDF: hue angle of 222.13º 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 #819DDF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 157 | 223 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.13 |
| HSL | 222.13º | 0.59% | 0.69% | - |
| HSV(B) | 222.13º | 0.42% | 0.87% | - |
| XYZ | 34.43 | 34.11 | 74.58 | - |
| YUV | 156.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 223 | 0.42 | 0.30 | 0 | 0.13 | 222.13 | 0.59 | 0.69 |
| Hex | 81 | 9D | DF | 2A | 1E | 0 | D | DE | 3B | 45 |
| Octal | 201 | 235 | 337 | 52 | 36 | 0 | 15 | 336 | 73 | 105 |
| Binary | 10000001 | 10011101 | 11011111 | 101010 | 11110 | 0 | 1101 | 11011110 | 111011 | 1000101 |
Color Harmonies of #819DDF
Complementary color
Monochromatic Colors of #819DDF
Black with #819DDF
Text Example
Text Example
White with #819DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DDF; }
p { color: rgb(129,157,223); }
H1.HeaderClassName
{
color: #819DDF;
}
.AnyTagClassName
{
color: #819DDF;
}
</style>
background-color css
<style>
a { background-color: #819DDF; }
a { background-color: rgb(129,157,223); }
div.DivClassName
{
background-color: #819DDF;
}
.BgClassName
{
background-color: #819DDF;
}
</style>
border-color css
<style>
span { border-color: #819DDF; }
span { border-color: rgb(129,157,223); }
td.TdClassName
{
border-color: #819DDF;
}
.TagClassName
{
border-color: #819DDF;
}
</style>