Shades of Portage #819DE6
Tints of Portage #819DE6
RGB
CMYK
RGB Variations
Color information
#819DE6 (or 0x819DE6) is known color: Portage. HEX triplet: 81, 9D and E6. RGB value is (129,157,230). Sum of RGB (Red+Green+Blue) = 129+157+230=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #819DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DE6 is #7E6219. Grayscale: #9C9C9C. Windows color (decimal): -8282650 or 15113601. OLE color: 15113601.
HSL color Cylindrical-coordinate representation of color #819DE6: hue angle of 223.37º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819DE6 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 157 | 230 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.10 |
| HSL | 223.37º | 0.67% | 0.7% | - |
| HSV(B) | 223.37º | 0.44% | 0.9% | - |
| XYZ | 35.39 | 34.49 | 79.66 | - |
| YUV | 156.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 230 | 0.44 | 0.32 | 0 | 0.10 | 223.37 | 0.67 | 0.7 |
| Hex | 81 | 9D | E6 | 2C | 20 | 0 | A | DF | 43 | 46 |
| Octal | 201 | 235 | 346 | 54 | 40 | 0 | 12 | 337 | 103 | 106 |
| Binary | 10000001 | 10011101 | 11100110 | 101100 | 100000 | 0 | 1010 | 11011111 | 1000011 | 1000110 |
Color Harmonies of #819DE6
Complementary color
Monochromatic Colors of #819DE6
Black with #819DE6
Text Example
Text Example
White with #819DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DE6; }
p { color: rgb(129,157,230); }
H1.HeaderClassName
{
color: #819DE6;
}
.AnyTagClassName
{
color: #819DE6;
}
</style>
background-color css
<style>
a { background-color: #819DE6; }
a { background-color: rgb(129,157,230); }
div.DivClassName
{
background-color: #819DE6;
}
.BgClassName
{
background-color: #819DE6;
}
</style>
border-color css
<style>
span { border-color: #819DE6; }
span { border-color: rgb(129,157,230); }
td.TdClassName
{
border-color: #819DE6;
}
.TagClassName
{
border-color: #819DE6;
}
</style>