Shades of Portage #808ADA
Tints of Portage #808ADA
RGB
CMYK
RGB Variations
Color information
#808ADA (or 0x808ADA) is known color: Portage. HEX triplet: 80, 8A and DA. RGB value is (128,138,218). Sum of RGB (Red+Green+Blue) = 128+138+218=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #808ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ADA is #7F7525. Grayscale: #8F8F8F. Windows color (decimal): -8353062 or 14322304. OLE color: 14322304.
HSL color Cylindrical-coordinate representation of color #808ADA: hue angle of 233.33º degrees, saturation: 0.55, 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 #808ADA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 138 | 218 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.15 |
| HSL | 233.33º | 0.55% | 0.68% | - |
| HSV(B) | 233.33º | 0.41% | 0.85% | - |
| XYZ | 30.65 | 27.83 | 70.09 | - |
| YUV | 144.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 218 | 0.41 | 0.37 | 0 | 0.15 | 233.33 | 0.55 | 0.68 |
| Hex | 80 | 8A | DA | 29 | 25 | 0 | F | E9 | 37 | 44 |
| Octal | 200 | 212 | 332 | 51 | 45 | 0 | 17 | 351 | 67 | 104 |
| Binary | 10000000 | 10001010 | 11011010 | 101001 | 100101 | 0 | 1111 | 11101001 | 110111 | 1000100 |
Color Harmonies of #808ADA
Complementary color
Monochromatic Colors of #808ADA
Black with #808ADA
Text Example
Text Example
White with #808ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ADA; }
p { color: rgb(128,138,218); }
H1.HeaderClassName
{
color: #808ADA;
}
.AnyTagClassName
{
color: #808ADA;
}
</style>
background-color css
<style>
a { background-color: #808ADA; }
a { background-color: rgb(128,138,218); }
div.DivClassName
{
background-color: #808ADA;
}
.BgClassName
{
background-color: #808ADA;
}
</style>
border-color css
<style>
span { border-color: #808ADA; }
span { border-color: rgb(128,138,218); }
td.TdClassName
{
border-color: #808ADA;
}
.TagClassName
{
border-color: #808ADA;
}
</style>