Shades of Portage #819ADE
Tints of Portage #819ADE
RGB
CMYK
RGB Variations
Color information
#819ADE (or 0x819ADE) is known color: Portage. HEX triplet: 81, 9A and DE. RGB value is (129,154,222). Sum of RGB (Red+Green+Blue) = 129+154+222=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #819ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ADE is #7E6521. Grayscale: #999999. Windows color (decimal): -8283426 or 14588545. OLE color: 14588545.
HSL color Cylindrical-coordinate representation of color #819ADE: hue angle of 223.87º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819ADE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 154 | 222 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.13 |
| HSL | 223.87º | 0.58% | 0.69% | - |
| HSV(B) | 223.87º | 0.42% | 0.87% | - |
| XYZ | 33.79 | 33.05 | 73.71 | - |
| YUV | 154.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 222 | 0.42 | 0.31 | 0 | 0.13 | 223.87 | 0.58 | 0.69 |
| Hex | 81 | 9A | DE | 2A | 1F | 0 | D | E0 | 3A | 45 |
| Octal | 201 | 232 | 336 | 52 | 37 | 0 | 15 | 340 | 72 | 105 |
| Binary | 10000001 | 10011010 | 11011110 | 101010 | 11111 | 0 | 1101 | 11100000 | 111010 | 1000101 |
Color Harmonies of #819ADE
Complementary color
Monochromatic Colors of #819ADE
Black with #819ADE
Text Example
Text Example
White with #819ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ADE; }
p { color: rgb(129,154,222); }
H1.HeaderClassName
{
color: #819ADE;
}
.AnyTagClassName
{
color: #819ADE;
}
</style>
background-color css
<style>
a { background-color: #819ADE; }
a { background-color: rgb(129,154,222); }
div.DivClassName
{
background-color: #819ADE;
}
.BgClassName
{
background-color: #819ADE;
}
</style>
border-color css
<style>
span { border-color: #819ADE; }
span { border-color: rgb(129,154,222); }
td.TdClassName
{
border-color: #819ADE;
}
.TagClassName
{
border-color: #819ADE;
}
</style>