Shades of Portage #819CDC
Tints of Portage #819CDC
RGB
CMYK
RGB Variations
Color information
#819CDC (or 0x819CDC) is known color: Portage. HEX triplet: 81, 9C and DC. RGB value is (129,156,220). Sum of RGB (Red+Green+Blue) = 129+156+220=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #819CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDC is #7E6323. Grayscale: #9A9A9A. Windows color (decimal): -8282916 or 14457985. OLE color: 14457985.
HSL color Cylindrical-coordinate representation of color #819CDC: hue angle of 222.2º 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 #819CDC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 156 | 220 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.14 |
| HSL | 222.2º | 0.57% | 0.68% | - |
| HSV(B) | 222.2º | 0.41% | 0.86% | - |
| XYZ | 33.86 | 33.61 | 72.41 | - |
| YUV | 155.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 220 | 0.41 | 0.29 | 0 | 0.14 | 222.2 | 0.57 | 0.68 |
| Hex | 81 | 9C | DC | 29 | 1D | 0 | E | DE | 39 | 44 |
| Octal | 201 | 234 | 334 | 51 | 35 | 0 | 16 | 336 | 71 | 104 |
| Binary | 10000001 | 10011100 | 11011100 | 101001 | 11101 | 0 | 1110 | 11011110 | 111001 | 1000100 |
Color Harmonies of #819CDC
Complementary color
Monochromatic Colors of #819CDC
Black with #819CDC
Text Example
Text Example
White with #819CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CDC; }
p { color: rgb(129,156,220); }
H1.HeaderClassName
{
color: #819CDC;
}
.AnyTagClassName
{
color: #819CDC;
}
</style>
background-color css
<style>
a { background-color: #819CDC; }
a { background-color: rgb(129,156,220); }
div.DivClassName
{
background-color: #819CDC;
}
.BgClassName
{
background-color: #819CDC;
}
</style>
border-color css
<style>
span { border-color: #819CDC; }
span { border-color: rgb(129,156,220); }
td.TdClassName
{
border-color: #819CDC;
}
.TagClassName
{
border-color: #819CDC;
}
</style>