Shades of Portage #819BDC
Tints of Portage #819BDC
RGB
CMYK
RGB Variations
Color information
#819BDC (or 0x819BDC) is known color: Portage. HEX triplet: 81, 9B and DC. RGB value is (129,155,220). Sum of RGB (Red+Green+Blue) = 129+155+220=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #819BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDC is #7E6423. Grayscale: #9A9A9A. Windows color (decimal): -8283172 or 14457729. OLE color: 14457729.
HSL color Cylindrical-coordinate representation of color #819BDC: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819BDC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 155 | 220 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.14 |
| HSL | 222.86º | 0.57% | 0.68% | - |
| HSV(B) | 222.86º | 0.41% | 0.86% | - |
| XYZ | 33.69 | 33.28 | 72.36 | - |
| YUV | 154.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 220 | 0.41 | 0.30 | 0 | 0.14 | 222.86 | 0.57 | 0.68 |
| Hex | 81 | 9B | DC | 29 | 1E | 0 | E | DF | 39 | 44 |
| Octal | 201 | 233 | 334 | 51 | 36 | 0 | 16 | 337 | 71 | 104 |
| Binary | 10000001 | 10011011 | 11011100 | 101001 | 11110 | 0 | 1110 | 11011111 | 111001 | 1000100 |
Color Harmonies of #819BDC
Complementary color
Monochromatic Colors of #819BDC
Black with #819BDC
Text Example
Text Example
White with #819BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BDC; }
p { color: rgb(129,155,220); }
H1.HeaderClassName
{
color: #819BDC;
}
.AnyTagClassName
{
color: #819BDC;
}
</style>
background-color css
<style>
a { background-color: #819BDC; }
a { background-color: rgb(129,155,220); }
div.DivClassName
{
background-color: #819BDC;
}
.BgClassName
{
background-color: #819BDC;
}
</style>
border-color css
<style>
span { border-color: #819BDC; }
span { border-color: rgb(129,155,220); }
td.TdClassName
{
border-color: #819BDC;
}
.TagClassName
{
border-color: #819BDC;
}
</style>