Shades of Portage #819DDD
Tints of Portage #819DDD
RGB
CMYK
RGB Variations
Color information
#819DDD (or 0x819DDD) is known color: Portage. HEX triplet: 81, 9D and DD. RGB value is (129,157,221). Sum of RGB (Red+Green+Blue) = 129+157+221=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #819DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DDD is #7E6222. Grayscale: #9B9B9B. Windows color (decimal): -8282659 or 14523777. OLE color: 14523777.
HSL color Cylindrical-coordinate representation of color #819DDD: hue angle of 221.74º degrees, saturation: 0.57, 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 #819DDD is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 157 | 221 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.13 |
| HSL | 221.74º | 0.58% | 0.69% | - |
| HSV(B) | 221.74º | 0.42% | 0.87% | - |
| XYZ | 34.16 | 34 | 73.17 | - |
| YUV | 155.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 221 | 0.42 | 0.29 | 0 | 0.13 | 221.74 | 0.58 | 0.69 |
| Hex | 81 | 9D | DD | 2A | 1D | 0 | D | DE | 3A | 45 |
| Octal | 201 | 235 | 335 | 52 | 35 | 0 | 15 | 336 | 72 | 105 |
| Binary | 10000001 | 10011101 | 11011101 | 101010 | 11101 | 0 | 1101 | 11011110 | 111010 | 1000101 |
Color Harmonies of #819DDD
Complementary color
Monochromatic Colors of #819DDD
Black with #819DDD
Text Example
Text Example
White with #819DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DDD; }
p { color: rgb(129,157,221); }
H1.HeaderClassName
{
color: #819DDD;
}
.AnyTagClassName
{
color: #819DDD;
}
</style>
background-color css
<style>
a { background-color: #819DDD; }
a { background-color: rgb(129,157,221); }
div.DivClassName
{
background-color: #819DDD;
}
.BgClassName
{
background-color: #819DDD;
}
</style>
border-color css
<style>
span { border-color: #819DDD; }
span { border-color: rgb(129,157,221); }
td.TdClassName
{
border-color: #819DDD;
}
.TagClassName
{
border-color: #819DDD;
}
</style>