Shades of Portage #808CE3
Tints of Portage #808CE3
RGB
CMYK
RGB Variations
Color information
#808CE3 (or 0x808CE3) is known color: Portage. HEX triplet: 80, 8C and E3. RGB value is (128,140,227). Sum of RGB (Red+Green+Blue) = 128+140+227=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #808CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CE3 is #7F731C. Grayscale: #919191. Windows color (decimal): -8352541 or 14912640. OLE color: 14912640.
HSL color Cylindrical-coordinate representation of color #808CE3: hue angle of 232.73º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #808CE3 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 140 | 227 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.11 |
| HSL | 232.73º | 0.64% | 0.7% | - |
| HSV(B) | 232.73º | 0.44% | 0.89% | - |
| XYZ | 32.15 | 28.89 | 76.56 | - |
| YUV | 146.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 227 | 0.44 | 0.38 | 0 | 0.11 | 232.73 | 0.64 | 0.7 |
| Hex | 80 | 8C | E3 | 2C | 26 | 0 | B | E9 | 40 | 46 |
| Octal | 200 | 214 | 343 | 54 | 46 | 0 | 13 | 351 | 100 | 106 |
| Binary | 10000000 | 10001100 | 11100011 | 101100 | 100110 | 0 | 1011 | 11101001 | 1000000 | 1000110 |
Color Harmonies of #808CE3
Complementary color
Monochromatic Colors of #808CE3
Black with #808CE3
Text Example
Text Example
White with #808CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CE3; }
p { color: rgb(128,140,227); }
H1.HeaderClassName
{
color: #808CE3;
}
.AnyTagClassName
{
color: #808CE3;
}
</style>
background-color css
<style>
a { background-color: #808CE3; }
a { background-color: rgb(128,140,227); }
div.DivClassName
{
background-color: #808CE3;
}
.BgClassName
{
background-color: #808CE3;
}
</style>
border-color css
<style>
span { border-color: #808CE3; }
span { border-color: rgb(128,140,227); }
td.TdClassName
{
border-color: #808CE3;
}
.TagClassName
{
border-color: #808CE3;
}
</style>