Shades of Portage #818BEA
Tints of Portage #818BEA
RGB
CMYK
RGB Variations
Color information
#818BEA (or 0x818BEA) is known color: Portage. HEX triplet: 81, 8B and EA. RGB value is (129,139,234). Sum of RGB (Red+Green+Blue) = 129+139+234=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #818BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BEA is #7E7415. Grayscale: #929292. Windows color (decimal): -8287254 or 15371137. OLE color: 15371137.
HSL color Cylindrical-coordinate representation of color #818BEA: hue angle of 234.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818BEA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 139 | 234 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.08 |
| HSL | 234.29º | 0.71% | 0.71% | - |
| HSV(B) | 234.29º | 0.45% | 0.92% | - |
| XYZ | 33.14 | 29.07 | 81.71 | - |
| YUV | 146.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 234 | 0.45 | 0.41 | 0 | 0.08 | 234.29 | 0.71 | 0.71 |
| Hex | 81 | 8B | EA | 2D | 29 | 0 | 8 | EA | 47 | 47 |
| Octal | 201 | 213 | 352 | 55 | 51 | 0 | 10 | 352 | 107 | 107 |
| Binary | 10000001 | 10001011 | 11101010 | 101101 | 101001 | 0 | 1000 | 11101010 | 1000111 | 1000111 |
Color Harmonies of #818BEA
Complementary color
Monochromatic Colors of #818BEA
Black with #818BEA
Text Example
Text Example
White with #818BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BEA; }
p { color: rgb(129,139,234); }
H1.HeaderClassName
{
color: #818BEA;
}
.AnyTagClassName
{
color: #818BEA;
}
</style>
background-color css
<style>
a { background-color: #818BEA; }
a { background-color: rgb(129,139,234); }
div.DivClassName
{
background-color: #818BEA;
}
.BgClassName
{
background-color: #818BEA;
}
</style>
border-color css
<style>
span { border-color: #818BEA; }
span { border-color: rgb(129,139,234); }
td.TdClassName
{
border-color: #818BEA;
}
.TagClassName
{
border-color: #818BEA;
}
</style>