Shades of Portage #808AD9
Tints of Portage #808AD9
RGB
CMYK
RGB Variations
Color information
#808AD9 (or 0x808AD9) is known color: Portage. HEX triplet: 80, 8A and D9. RGB value is (128,138,217). Sum of RGB (Red+Green+Blue) = 128+138+217=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #808AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD9 is #7F7526. Grayscale: #8F8F8F. Windows color (decimal): -8353063 or 14256768. OLE color: 14256768.
HSL color Cylindrical-coordinate representation of color #808AD9: hue angle of 233.26º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808AD9 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 138 | 217 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.15 |
| HSL | 233.26º | 0.54% | 0.68% | - |
| HSV(B) | 233.26º | 0.41% | 0.85% | - |
| XYZ | 30.51 | 27.78 | 69.4 | - |
| YUV | 144.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 217 | 0.41 | 0.36 | 0 | 0.15 | 233.26 | 0.54 | 0.68 |
| Hex | 80 | 8A | D9 | 29 | 24 | 0 | F | E9 | 36 | 44 |
| Octal | 200 | 212 | 331 | 51 | 44 | 0 | 17 | 351 | 66 | 104 |
| Binary | 10000000 | 10001010 | 11011001 | 101001 | 100100 | 0 | 1111 | 11101001 | 110110 | 1000100 |
Color Harmonies of #808AD9
Complementary color
Monochromatic Colors of #808AD9
Black with #808AD9
Text Example
Text Example
White with #808AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AD9; }
p { color: rgb(128,138,217); }
H1.HeaderClassName
{
color: #808AD9;
}
.AnyTagClassName
{
color: #808AD9;
}
</style>
background-color css
<style>
a { background-color: #808AD9; }
a { background-color: rgb(128,138,217); }
div.DivClassName
{
background-color: #808AD9;
}
.BgClassName
{
background-color: #808AD9;
}
</style>
border-color css
<style>
span { border-color: #808AD9; }
span { border-color: rgb(128,138,217); }
td.TdClassName
{
border-color: #808AD9;
}
.TagClassName
{
border-color: #808AD9;
}
</style>