Shades of Portage #818DE8
Tints of Portage #818DE8
RGB
CMYK
RGB Variations
Color information
#818DE8 (or 0x818DE8) is known color: Portage. HEX triplet: 81, 8D and E8. RGB value is (129,141,232). Sum of RGB (Red+Green+Blue) = 129+141+232=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #818DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818DE8 is #7E7217. Grayscale: #939393. Windows color (decimal): -8286744 or 15240577. OLE color: 15240577.
HSL color Cylindrical-coordinate representation of color #818DE8: hue angle of 233.01º 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 #818DE8 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 141 | 232 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.09 |
| HSL | 233.01º | 0.69% | 0.71% | - |
| HSV(B) | 233.01º | 0.44% | 0.91% | - |
| XYZ | 33.14 | 29.54 | 80.3 | - |
| YUV | 147.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 232 | 0.44 | 0.39 | 0 | 0.09 | 233.01 | 0.69 | 0.71 |
| Hex | 81 | 8D | E8 | 2C | 27 | 0 | 9 | E9 | 45 | 47 |
| Octal | 201 | 215 | 350 | 54 | 47 | 0 | 11 | 351 | 105 | 107 |
| Binary | 10000001 | 10001101 | 11101000 | 101100 | 100111 | 0 | 1001 | 11101001 | 1000101 | 1000111 |
Color Harmonies of #818DE8
Complementary color
Monochromatic Colors of #818DE8
Black with #818DE8
Text Example
Text Example
White with #818DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818DE8; }
p { color: rgb(129,141,232); }
H1.HeaderClassName
{
color: #818DE8;
}
.AnyTagClassName
{
color: #818DE8;
}
</style>
background-color css
<style>
a { background-color: #818DE8; }
a { background-color: rgb(129,141,232); }
div.DivClassName
{
background-color: #818DE8;
}
.BgClassName
{
background-color: #818DE8;
}
</style>
border-color css
<style>
span { border-color: #818DE8; }
span { border-color: rgb(129,141,232); }
td.TdClassName
{
border-color: #818DE8;
}
.TagClassName
{
border-color: #818DE8;
}
</style>