Shades of Portage #818DCD
Tints of Portage #818DCD
RGB
CMYK
RGB Variations
Color information
#818DCD (or 0x818DCD) is known color: Portage. HEX triplet: 81, 8D and CD. RGB value is (129,141,205). Sum of RGB (Red+Green+Blue) = 129+141+205=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #818DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DCD is #7E7232. Grayscale: #909090. Windows color (decimal): -8286771 or 13471105. OLE color: 13471105.
HSL color Cylindrical-coordinate representation of color #818DCD: hue angle of 230.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818DCD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 141 | 205 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.20 |
| HSL | 230.53º | 0.43% | 0.65% | - |
| HSV(B) | 230.53º | 0.37% | 0.8% | - |
| XYZ | 29.6 | 28.12 | 61.63 | - |
| YUV | 144.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 205 | 0.37 | 0.31 | 0 | 0.20 | 230.53 | 0.43 | 0.65 |
| Hex | 81 | 8D | CD | 25 | 1F | 0 | 14 | E7 | 2B | 41 |
| Octal | 201 | 215 | 315 | 45 | 37 | 0 | 24 | 347 | 53 | 101 |
| Binary | 10000001 | 10001101 | 11001101 | 100101 | 11111 | 0 | 10100 | 11100111 | 101011 | 1000001 |
Color Harmonies of #818DCD
Complementary color
Monochromatic Colors of #818DCD
Black with #818DCD
Text Example
Text Example
White with #818DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818DCD; }
p { color: rgb(129,141,205); }
H1.HeaderClassName
{
color: #818DCD;
}
.AnyTagClassName
{
color: #818DCD;
}
</style>
background-color css
<style>
a { background-color: #818DCD; }
a { background-color: rgb(129,141,205); }
div.DivClassName
{
background-color: #818DCD;
}
.BgClassName
{
background-color: #818DCD;
}
</style>
border-color css
<style>
span { border-color: #818DCD; }
span { border-color: rgb(129,141,205); }
td.TdClassName
{
border-color: #818DCD;
}
.TagClassName
{
border-color: #818DCD;
}
</style>