Shades of Portage #819ADC
Tints of Portage #819ADC
RGB
CMYK
RGB Variations
Color information
#819ADC (or 0x819ADC) is known color: Portage. HEX triplet: 81, 9A and DC. RGB value is (129,154,220). Sum of RGB (Red+Green+Blue) = 129+154+220=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #819ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ADC is #7E6523. Grayscale: #999999. Windows color (decimal): -8283428 or 14457473. OLE color: 14457473.
HSL color Cylindrical-coordinate representation of color #819ADC: hue angle of 223.52º 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 #819ADC is Cyan = 0.41, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 154 | 220 | - |
| CMYK | 0.41 | 0.3 | 0 | 0.14 |
| HSL | 223.52º | 0.57% | 0.68% | - |
| HSV(B) | 223.52º | 0.41% | 0.86% | - |
| XYZ | 33.53 | 32.95 | 72.3 | - |
| YUV | 154.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 220 | 0.41 | 0.3 | 0 | 0.14 | 223.52 | 0.57 | 0.68 |
| Hex | 81 | 9A | DC | 29 | 1E | 0 | E | E0 | 39 | 44 |
| Octal | 201 | 232 | 334 | 51 | 36 | 0 | 16 | 340 | 71 | 104 |
| Binary | 10000001 | 10011010 | 11011100 | 101001 | 11110 | 0 | 1110 | 11100000 | 111001 | 1000100 |
Color Harmonies of #819ADC
Complementary color
Monochromatic Colors of #819ADC
Black with #819ADC
Text Example
Text Example
White with #819ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ADC; }
p { color: rgb(129,154,220); }
H1.HeaderClassName
{
color: #819ADC;
}
.AnyTagClassName
{
color: #819ADC;
}
</style>
background-color css
<style>
a { background-color: #819ADC; }
a { background-color: rgb(129,154,220); }
div.DivClassName
{
background-color: #819ADC;
}
.BgClassName
{
background-color: #819ADC;
}
</style>
border-color css
<style>
span { border-color: #819ADC; }
span { border-color: rgb(129,154,220); }
td.TdClassName
{
border-color: #819ADC;
}
.TagClassName
{
border-color: #819ADC;
}
</style>