Shades of Portage #819BD4
Tints of Portage #819BD4
RGB
CMYK
RGB Variations
Color information
#819BD4 (or 0x819BD4) is known color: Portage. HEX triplet: 81, 9B and D4. RGB value is (129,155,212). Sum of RGB (Red+Green+Blue) = 129+155+212=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #819BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BD4 is #7E642B. Grayscale: #999999. Windows color (decimal): -8283180 or 13933441. OLE color: 13933441.
HSL color Cylindrical-coordinate representation of color #819BD4: hue angle of 221.2º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819BD4 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 155 | 212 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.17 |
| HSL | 221.2º | 0.49% | 0.67% | - |
| HSV(B) | 221.2º | 0.39% | 0.83% | - |
| XYZ | 32.66 | 32.86 | 66.91 | - |
| YUV | 153.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 212 | 0.39 | 0.27 | 0 | 0.17 | 221.2 | 0.49 | 0.67 |
| Hex | 81 | 9B | D4 | 27 | 1B | 0 | 11 | DD | 31 | 43 |
| Octal | 201 | 233 | 324 | 47 | 33 | 0 | 21 | 335 | 61 | 103 |
| Binary | 10000001 | 10011011 | 11010100 | 100111 | 11011 | 0 | 10001 | 11011101 | 110001 | 1000011 |
Color Harmonies of #819BD4
Complementary color
Monochromatic Colors of #819BD4
Black with #819BD4
Text Example
Text Example
White with #819BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BD4; }
p { color: rgb(129,155,212); }
H1.HeaderClassName
{
color: #819BD4;
}
.AnyTagClassName
{
color: #819BD4;
}
</style>
background-color css
<style>
a { background-color: #819BD4; }
a { background-color: rgb(129,155,212); }
div.DivClassName
{
background-color: #819BD4;
}
.BgClassName
{
background-color: #819BD4;
}
</style>
border-color css
<style>
span { border-color: #819BD4; }
span { border-color: rgb(129,155,212); }
td.TdClassName
{
border-color: #819BD4;
}
.TagClassName
{
border-color: #819BD4;
}
</style>