Shades of Portage #818AD9
Tints of Portage #818AD9
RGB
CMYK
RGB Variations
Color information
#818AD9 (or 0x818AD9) is known color: Portage. HEX triplet: 81, 8A and D9. RGB value is (129,138,217). Sum of RGB (Red+Green+Blue) = 129+138+217=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #818AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AD9 is #7E7526. Grayscale: #8F8F8F. Windows color (decimal): -8287527 or 14256769. OLE color: 14256769.
HSL color Cylindrical-coordinate representation of color #818AD9: hue angle of 233.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818AD9 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 138 | 217 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.15 |
| HSL | 233.86º | 0.54% | 0.68% | - |
| HSV(B) | 233.86º | 0.41% | 0.85% | - |
| XYZ | 30.67 | 27.85 | 69.41 | - |
| YUV | 144.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 217 | 0.41 | 0.36 | 0 | 0.15 | 233.86 | 0.54 | 0.68 |
| Hex | 81 | 8A | D9 | 29 | 24 | 0 | F | EA | 36 | 44 |
| Octal | 201 | 212 | 331 | 51 | 44 | 0 | 17 | 352 | 66 | 104 |
| Binary | 10000001 | 10001010 | 11011001 | 101001 | 100100 | 0 | 1111 | 11101010 | 110110 | 1000100 |
Color Harmonies of #818AD9
Complementary color
Monochromatic Colors of #818AD9
Black with #818AD9
Text Example
Text Example
White with #818AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818AD9; }
p { color: rgb(129,138,217); }
H1.HeaderClassName
{
color: #818AD9;
}
.AnyTagClassName
{
color: #818AD9;
}
</style>
background-color css
<style>
a { background-color: #818AD9; }
a { background-color: rgb(129,138,217); }
div.DivClassName
{
background-color: #818AD9;
}
.BgClassName
{
background-color: #818AD9;
}
</style>
border-color css
<style>
span { border-color: #818AD9; }
span { border-color: rgb(129,138,217); }
td.TdClassName
{
border-color: #818AD9;
}
.TagClassName
{
border-color: #818AD9;
}
</style>