Shades of Portage #818BE8
Tints of Portage #818BE8
RGB
CMYK
RGB Variations
Color information
#818BE8 (or 0x818BE8) is known color: Portage. HEX triplet: 81, 8B and E8. RGB value is (129,139,232). Sum of RGB (Red+Green+Blue) = 129+139+232=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #818BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BE8 is #7E7417. Grayscale: #929292. Windows color (decimal): -8287256 or 15240065. OLE color: 15240065.
HSL color Cylindrical-coordinate representation of color #818BE8: hue angle of 234.17º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #818BE8 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 139 | 232 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.09 |
| HSL | 234.17º | 0.69% | 0.71% | - |
| HSV(B) | 234.17º | 0.44% | 0.91% | - |
| XYZ | 32.85 | 28.96 | 80.2 | - |
| YUV | 146.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 232 | 0.44 | 0.40 | 0 | 0.09 | 234.17 | 0.69 | 0.71 |
| Hex | 81 | 8B | E8 | 2C | 28 | 0 | 9 | EA | 45 | 47 |
| Octal | 201 | 213 | 350 | 54 | 50 | 0 | 11 | 352 | 105 | 107 |
| Binary | 10000001 | 10001011 | 11101000 | 101100 | 101000 | 0 | 1001 | 11101010 | 1000101 | 1000111 |
Color Harmonies of #818BE8
Complementary color
Monochromatic Colors of #818BE8
Black with #818BE8
Text Example
Text Example
White with #818BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BE8; }
p { color: rgb(129,139,232); }
H1.HeaderClassName
{
color: #818BE8;
}
.AnyTagClassName
{
color: #818BE8;
}
</style>
background-color css
<style>
a { background-color: #818BE8; }
a { background-color: rgb(129,139,232); }
div.DivClassName
{
background-color: #818BE8;
}
.BgClassName
{
background-color: #818BE8;
}
</style>
border-color css
<style>
span { border-color: #818BE8; }
span { border-color: rgb(129,139,232); }
td.TdClassName
{
border-color: #818BE8;
}
.TagClassName
{
border-color: #818BE8;
}
</style>