Shades of Portage #818AE9
Tints of Portage #818AE9
RGB
CMYK
RGB Variations
Color information
#818AE9 (or 0x818AE9) is known color: Portage. HEX triplet: 81, 8A and E9. RGB value is (129,138,233). Sum of RGB (Red+Green+Blue) = 129+138+233=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #818AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AE9 is #7E7516. Grayscale: #919191. Windows color (decimal): -8287511 or 15305345. OLE color: 15305345.
HSL color Cylindrical-coordinate representation of color #818AE9: hue angle of 234.81º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818AE9 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 138 | 233 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.09 |
| HSL | 234.81º | 0.7% | 0.71% | - |
| HSV(B) | 234.81º | 0.45% | 0.91% | - |
| XYZ | 32.85 | 28.73 | 80.9 | - |
| YUV | 146.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 233 | 0.45 | 0.41 | 0 | 0.09 | 234.81 | 0.7 | 0.71 |
| Hex | 81 | 8A | E9 | 2D | 29 | 0 | 9 | EB | 46 | 47 |
| Octal | 201 | 212 | 351 | 55 | 51 | 0 | 11 | 353 | 106 | 107 |
| Binary | 10000001 | 10001010 | 11101001 | 101101 | 101001 | 0 | 1001 | 11101011 | 1000110 | 1000111 |
Color Harmonies of #818AE9
Complementary color
Monochromatic Colors of #818AE9
Black with #818AE9
Text Example
Text Example
White with #818AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818AE9; }
p { color: rgb(129,138,233); }
H1.HeaderClassName
{
color: #818AE9;
}
.AnyTagClassName
{
color: #818AE9;
}
</style>
background-color css
<style>
a { background-color: #818AE9; }
a { background-color: rgb(129,138,233); }
div.DivClassName
{
background-color: #818AE9;
}
.BgClassName
{
background-color: #818AE9;
}
</style>
border-color css
<style>
span { border-color: #818AE9; }
span { border-color: rgb(129,138,233); }
td.TdClassName
{
border-color: #818AE9;
}
.TagClassName
{
border-color: #818AE9;
}
</style>