Shades of Portage #818CCC
Tints of Portage #818CCC
RGB
CMYK
RGB Variations
Color information
#818CCC (or 0x818CCC) is known color: Portage. HEX triplet: 81, 8C and CC. RGB value is (129,140,204). Sum of RGB (Red+Green+Blue) = 129+140+204=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #818CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CCC is #7E7333. Grayscale: #8F8F8F. Windows color (decimal): -8287028 or 13405313. OLE color: 13405313.
HSL color Cylindrical-coordinate representation of color #818CCC: hue angle of 231.2º degrees, saturation: 0.42, 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 #818CCC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 140 | 204 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.2 |
| HSL | 231.2º | 0.42% | 0.65% | - |
| HSV(B) | 231.2º | 0.37% | 0.8% | - |
| XYZ | 29.33 | 27.78 | 60.94 | - |
| YUV | 144.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 204 | 0.37 | 0.31 | 0 | 0.2 | 231.2 | 0.42 | 0.65 |
| Hex | 81 | 8C | CC | 25 | 1F | 0 | 14 | E7 | 2A | 41 |
| Octal | 201 | 214 | 314 | 45 | 37 | 0 | 24 | 347 | 52 | 101 |
| Binary | 10000001 | 10001100 | 11001100 | 100101 | 11111 | 0 | 10100 | 11100111 | 101010 | 1000001 |
Color Harmonies of #818CCC
Complementary color
Monochromatic Colors of #818CCC
Black with #818CCC
Text Example
Text Example
White with #818CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818CCC; }
p { color: rgb(129,140,204); }
H1.HeaderClassName
{
color: #818CCC;
}
.AnyTagClassName
{
color: #818CCC;
}
</style>
background-color css
<style>
a { background-color: #818CCC; }
a { background-color: rgb(129,140,204); }
div.DivClassName
{
background-color: #818CCC;
}
.BgClassName
{
background-color: #818CCC;
}
</style>
border-color css
<style>
span { border-color: #818CCC; }
span { border-color: rgb(129,140,204); }
td.TdClassName
{
border-color: #818CCC;
}
.TagClassName
{
border-color: #818CCC;
}
</style>