Shades of Portage #818FCD
Tints of Portage #818FCD
RGB
CMYK
RGB Variations
Color information
#818FCD (or 0x818FCD) is known color: Portage. HEX triplet: 81, 8F and CD. RGB value is (129,143,205). Sum of RGB (Red+Green+Blue) = 129+143+205=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #818FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FCD is #7E7032. Grayscale: #919191. Windows color (decimal): -8286259 or 13471617. OLE color: 13471617.
HSL color Cylindrical-coordinate representation of color #818FCD: hue angle of 228.95º 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 #818FCD is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 143 | 205 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.20 |
| HSL | 228.95º | 0.43% | 0.65% | - |
| HSV(B) | 228.95º | 0.37% | 0.8% | - |
| XYZ | 29.9 | 28.72 | 61.73 | - |
| YUV | 145.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 205 | 0.37 | 0.30 | 0 | 0.20 | 228.95 | 0.43 | 0.65 |
| Hex | 81 | 8F | CD | 25 | 1E | 0 | 14 | E5 | 2B | 41 |
| Octal | 201 | 217 | 315 | 45 | 36 | 0 | 24 | 345 | 53 | 101 |
| Binary | 10000001 | 10001111 | 11001101 | 100101 | 11110 | 0 | 10100 | 11100101 | 101011 | 1000001 |
Color Harmonies of #818FCD
Complementary color
Monochromatic Colors of #818FCD
Black with #818FCD
Text Example
Text Example
White with #818FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FCD; }
p { color: rgb(129,143,205); }
H1.HeaderClassName
{
color: #818FCD;
}
.AnyTagClassName
{
color: #818FCD;
}
</style>
background-color css
<style>
a { background-color: #818FCD; }
a { background-color: rgb(129,143,205); }
div.DivClassName
{
background-color: #818FCD;
}
.BgClassName
{
background-color: #818FCD;
}
</style>
border-color css
<style>
span { border-color: #818FCD; }
span { border-color: rgb(129,143,205); }
td.TdClassName
{
border-color: #818FCD;
}
.TagClassName
{
border-color: #818FCD;
}
</style>