Shades of Portage #818ED7
Tints of Portage #818ED7
RGB
CMYK
RGB Variations
Color information
#818ED7 (or 0x818ED7) is known color: Portage. HEX triplet: 81, 8E and D7. RGB value is (129,142,215). Sum of RGB (Red+Green+Blue) = 129+142+215=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #818ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ED7 is #7E7128. Grayscale: #929292. Windows color (decimal): -8286505 or 14126721. OLE color: 14126721.
HSL color Cylindrical-coordinate representation of color #818ED7: hue angle of 230.93º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #818ED7 is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 142 | 215 | - |
| CMYK | 0.4 | 0.34 | 0 | 0.16 |
| HSL | 230.93º | 0.52% | 0.67% | - |
| HSV(B) | 230.93º | 0.4% | 0.84% | - |
| XYZ | 30.99 | 28.92 | 68.24 | - |
| YUV | 146.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 215 | 0.4 | 0.34 | 0 | 0.16 | 230.93 | 0.52 | 0.67 |
| Hex | 81 | 8E | D7 | 28 | 22 | 0 | 10 | E7 | 34 | 43 |
| Octal | 201 | 216 | 327 | 50 | 42 | 0 | 20 | 347 | 64 | 103 |
| Binary | 10000001 | 10001110 | 11010111 | 101000 | 100010 | 0 | 10000 | 11100111 | 110100 | 1000011 |
Color Harmonies of #818ED7
Complementary color
Monochromatic Colors of #818ED7
Black with #818ED7
Text Example
Text Example
White with #818ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ED7; }
p { color: rgb(129,142,215); }
H1.HeaderClassName
{
color: #818ED7;
}
.AnyTagClassName
{
color: #818ED7;
}
</style>
background-color css
<style>
a { background-color: #818ED7; }
a { background-color: rgb(129,142,215); }
div.DivClassName
{
background-color: #818ED7;
}
.BgClassName
{
background-color: #818ED7;
}
</style>
border-color css
<style>
span { border-color: #818ED7; }
span { border-color: rgb(129,142,215); }
td.TdClassName
{
border-color: #818ED7;
}
.TagClassName
{
border-color: #818ED7;
}
</style>