Shades of Portage #838ECC
Tints of Portage #838ECC
RGB
CMYK
RGB Variations
Color information
#838ECC (or 0x838ECC) is known color: Portage. HEX triplet: 83, 8E and CC. RGB value is (131,142,204). Sum of RGB (Red+Green+Blue) = 131+142+204=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #838ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECC is #7C7133. Grayscale: #919191. Windows color (decimal): -8155444 or 13405827. OLE color: 13405827.
HSL color Cylindrical-coordinate representation of color #838ECC: hue angle of 230.96º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838ECC is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 142 | 204 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.2 |
| HSL | 230.96º | 0.42% | 0.66% | - |
| HSV(B) | 230.96º | 0.36% | 0.8% | - |
| XYZ | 29.93 | 28.53 | 61.06 | - |
| YUV | 145.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 204 | 0.36 | 0.30 | 0 | 0.2 | 230.96 | 0.42 | 0.66 |
| Hex | 83 | 8E | CC | 24 | 1E | 0 | 14 | E7 | 2A | 42 |
| Octal | 203 | 216 | 314 | 44 | 36 | 0 | 24 | 347 | 52 | 102 |
| Binary | 10000011 | 10001110 | 11001100 | 100100 | 11110 | 0 | 10100 | 11100111 | 101010 | 1000010 |
Color Harmonies of #838ECC
Complementary color
Monochromatic Colors of #838ECC
Black with #838ECC
Text Example
Text Example
White with #838ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838ECC; }
p { color: rgb(131,142,204); }
H1.HeaderClassName
{
color: #838ECC;
}
.AnyTagClassName
{
color: #838ECC;
}
</style>
background-color css
<style>
a { background-color: #838ECC; }
a { background-color: rgb(131,142,204); }
div.DivClassName
{
background-color: #838ECC;
}
.BgClassName
{
background-color: #838ECC;
}
</style>
border-color css
<style>
span { border-color: #838ECC; }
span { border-color: rgb(131,142,204); }
td.TdClassName
{
border-color: #838ECC;
}
.TagClassName
{
border-color: #838ECC;
}
</style>