Shades of Portage #818ADE
Tints of Portage #818ADE
RGB
CMYK
RGB Variations
Color information
#818ADE (or 0x818ADE) is known color: Portage. HEX triplet: 81, 8A and DE. RGB value is (129,138,222). Sum of RGB (Red+Green+Blue) = 129+138+222=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #818ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADE is #7E7521. Grayscale: #909090. Windows color (decimal): -8287522 or 14584449. OLE color: 14584449.
HSL color Cylindrical-coordinate representation of color #818ADE: hue angle of 234.19º 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 #818ADE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 138 | 222 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.13 |
| HSL | 234.19º | 0.58% | 0.69% | - |
| HSV(B) | 234.19º | 0.42% | 0.87% | - |
| XYZ | 31.33 | 28.12 | 72.88 | - |
| YUV | 144.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 222 | 0.42 | 0.38 | 0 | 0.13 | 234.19 | 0.58 | 0.69 |
| Hex | 81 | 8A | DE | 2A | 26 | 0 | D | EA | 3A | 45 |
| Octal | 201 | 212 | 336 | 52 | 46 | 0 | 15 | 352 | 72 | 105 |
| Binary | 10000001 | 10001010 | 11011110 | 101010 | 100110 | 0 | 1101 | 11101010 | 111010 | 1000101 |
Color Harmonies of #818ADE
Complementary color
Monochromatic Colors of #818ADE
Black with #818ADE
Text Example
Text Example
White with #818ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ADE; }
p { color: rgb(129,138,222); }
H1.HeaderClassName
{
color: #818ADE;
}
.AnyTagClassName
{
color: #818ADE;
}
</style>
background-color css
<style>
a { background-color: #818ADE; }
a { background-color: rgb(129,138,222); }
div.DivClassName
{
background-color: #818ADE;
}
.BgClassName
{
background-color: #818ADE;
}
</style>
border-color css
<style>
span { border-color: #818ADE; }
span { border-color: rgb(129,138,222); }
td.TdClassName
{
border-color: #818ADE;
}
.TagClassName
{
border-color: #818ADE;
}
</style>