Shades of Portage #818BE0
Tints of Portage #818BE0
RGB
CMYK
RGB Variations
Color information
#818BE0 (or 0x818BE0) is known color: Portage. HEX triplet: 81, 8B and E0. RGB value is (129,139,224). Sum of RGB (Red+Green+Blue) = 129+139+224=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #818BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BE0 is #7E741F. Grayscale: #919191. Windows color (decimal): -8287264 or 14715777. OLE color: 14715777.
HSL color Cylindrical-coordinate representation of color #818BE0: hue angle of 233.68º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818BE0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 139 | 224 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.12 |
| HSL | 233.68º | 0.61% | 0.69% | - |
| HSV(B) | 233.68º | 0.42% | 0.88% | - |
| XYZ | 31.74 | 28.51 | 74.35 | - |
| YUV | 145.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 224 | 0.42 | 0.38 | 0 | 0.12 | 233.68 | 0.61 | 0.69 |
| Hex | 81 | 8B | E0 | 2A | 26 | 0 | C | EA | 3D | 45 |
| Octal | 201 | 213 | 340 | 52 | 46 | 0 | 14 | 352 | 75 | 105 |
| Binary | 10000001 | 10001011 | 11100000 | 101010 | 100110 | 0 | 1100 | 11101010 | 111101 | 1000101 |
Color Harmonies of #818BE0
Complementary color
Monochromatic Colors of #818BE0
Black with #818BE0
Text Example
Text Example
White with #818BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BE0; }
p { color: rgb(129,139,224); }
H1.HeaderClassName
{
color: #818BE0;
}
.AnyTagClassName
{
color: #818BE0;
}
</style>
background-color css
<style>
a { background-color: #818BE0; }
a { background-color: rgb(129,139,224); }
div.DivClassName
{
background-color: #818BE0;
}
.BgClassName
{
background-color: #818BE0;
}
</style>
border-color css
<style>
span { border-color: #818BE0; }
span { border-color: rgb(129,139,224); }
td.TdClassName
{
border-color: #818BE0;
}
.TagClassName
{
border-color: #818BE0;
}
</style>