Shades of Portage #808ACE
Tints of Portage #808ACE
RGB
CMYK
RGB Variations
Color information
#808ACE (or 0x808ACE) is known color: Portage. HEX triplet: 80, 8A and CE. RGB value is (128,138,206). Sum of RGB (Red+Green+Blue) = 128+138+206=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #808ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACE is #7F7531. Grayscale: #8E8E8E. Windows color (decimal): -8353074 or 13535872. OLE color: 13535872.
HSL color Cylindrical-coordinate representation of color #808ACE: hue angle of 232.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808ACE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 138 | 206 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.19 |
| HSL | 232.31º | 0.44% | 0.65% | - |
| HSV(B) | 232.31º | 0.38% | 0.81% | - |
| XYZ | 29.13 | 27.22 | 62.11 | - |
| YUV | 142.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 206 | 0.38 | 0.33 | 0 | 0.19 | 232.31 | 0.44 | 0.65 |
| Hex | 80 | 8A | CE | 26 | 21 | 0 | 13 | E8 | 2C | 41 |
| Octal | 200 | 212 | 316 | 46 | 41 | 0 | 23 | 350 | 54 | 101 |
| Binary | 10000000 | 10001010 | 11001110 | 100110 | 100001 | 0 | 10011 | 11101000 | 101100 | 1000001 |
Color Harmonies of #808ACE
Complementary color
Monochromatic Colors of #808ACE
Black with #808ACE
Text Example
Text Example
White with #808ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ACE; }
p { color: rgb(128,138,206); }
H1.HeaderClassName
{
color: #808ACE;
}
.AnyTagClassName
{
color: #808ACE;
}
</style>
background-color css
<style>
a { background-color: #808ACE; }
a { background-color: rgb(128,138,206); }
div.DivClassName
{
background-color: #808ACE;
}
.BgClassName
{
background-color: #808ACE;
}
</style>
border-color css
<style>
span { border-color: #808ACE; }
span { border-color: rgb(128,138,206); }
td.TdClassName
{
border-color: #808ACE;
}
.TagClassName
{
border-color: #808ACE;
}
</style>