Shades of Portage #808ACD
Tints of Portage #808ACD
RGB
CMYK
RGB Variations
Color information
#808ACD (or 0x808ACD) is known color: Portage. HEX triplet: 80, 8A and CD. RGB value is (128,138,205). Sum of RGB (Red+Green+Blue) = 128+138+205=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #808ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACD is #7F7532. Grayscale: #8E8E8E. Windows color (decimal): -8353075 or 13470336. OLE color: 13470336.
HSL color Cylindrical-coordinate representation of color #808ACD: hue angle of 232.21º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808ACD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 138 | 205 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.20 |
| HSL | 232.21º | 0.44% | 0.65% | - |
| HSV(B) | 232.21º | 0.38% | 0.8% | - |
| XYZ | 29.01 | 27.17 | 61.47 | - |
| YUV | 142.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 205 | 0.38 | 0.33 | 0 | 0.20 | 232.21 | 0.44 | 0.65 |
| Hex | 80 | 8A | CD | 26 | 21 | 0 | 14 | E8 | 2C | 41 |
| Octal | 200 | 212 | 315 | 46 | 41 | 0 | 24 | 350 | 54 | 101 |
| Binary | 10000000 | 10001010 | 11001101 | 100110 | 100001 | 0 | 10100 | 11101000 | 101100 | 1000001 |
Color Harmonies of #808ACD
Complementary color
Monochromatic Colors of #808ACD
Black with #808ACD
Text Example
Text Example
White with #808ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ACD; }
p { color: rgb(128,138,205); }
H1.HeaderClassName
{
color: #808ACD;
}
.AnyTagClassName
{
color: #808ACD;
}
</style>
background-color css
<style>
a { background-color: #808ACD; }
a { background-color: rgb(128,138,205); }
div.DivClassName
{
background-color: #808ACD;
}
.BgClassName
{
background-color: #808ACD;
}
</style>
border-color css
<style>
span { border-color: #808ACD; }
span { border-color: rgb(128,138,205); }
td.TdClassName
{
border-color: #808ACD;
}
.TagClassName
{
border-color: #808ACD;
}
</style>