Shades of Portage #808AD8
Tints of Portage #808AD8
RGB
CMYK
RGB Variations
Color information
#808AD8 (or 0x808AD8) is known color: Portage. HEX triplet: 80, 8A and D8. RGB value is (128,138,216). Sum of RGB (Red+Green+Blue) = 128+138+216=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #808AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD8 is #7F7527. Grayscale: #8F8F8F. Windows color (decimal): -8353064 or 14191232. OLE color: 14191232.
HSL color Cylindrical-coordinate representation of color #808AD8: hue angle of 233.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808AD8 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 138 | 216 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.15 |
| HSL | 233.18º | 0.53% | 0.67% | - |
| HSV(B) | 233.18º | 0.41% | 0.85% | - |
| XYZ | 30.39 | 27.72 | 68.72 | - |
| YUV | 143.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 216 | 0.41 | 0.36 | 0 | 0.15 | 233.18 | 0.53 | 0.67 |
| Hex | 80 | 8A | D8 | 29 | 24 | 0 | F | E9 | 35 | 43 |
| Octal | 200 | 212 | 330 | 51 | 44 | 0 | 17 | 351 | 65 | 103 |
| Binary | 10000000 | 10001010 | 11011000 | 101001 | 100100 | 0 | 1111 | 11101001 | 110101 | 1000011 |
Color Harmonies of #808AD8
Complementary color
Monochromatic Colors of #808AD8
Black with #808AD8
Text Example
Text Example
White with #808AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AD8; }
p { color: rgb(128,138,216); }
H1.HeaderClassName
{
color: #808AD8;
}
.AnyTagClassName
{
color: #808AD8;
}
</style>
background-color css
<style>
a { background-color: #808AD8; }
a { background-color: rgb(128,138,216); }
div.DivClassName
{
background-color: #808AD8;
}
.BgClassName
{
background-color: #808AD8;
}
</style>
border-color css
<style>
span { border-color: #808AD8; }
span { border-color: rgb(128,138,216); }
td.TdClassName
{
border-color: #808AD8;
}
.TagClassName
{
border-color: #808AD8;
}
</style>