Shades of Portage #808FDA
Tints of Portage #808FDA
RGB
CMYK
RGB Variations
Color information
#808FDA (or 0x808FDA) is known color: Portage. HEX triplet: 80, 8F and DA. RGB value is (128,143,218). Sum of RGB (Red+Green+Blue) = 128+143+218=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #808FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDA is #7F7025. Grayscale: #929292. Windows color (decimal): -8351782 or 14323584. OLE color: 14323584.
HSL color Cylindrical-coordinate representation of color #808FDA: hue angle of 230º 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 #808FDA is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 143 | 218 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.15 |
| HSL | 230º | 0.55% | 0.68% | - |
| HSV(B) | 230º | 0.41% | 0.85% | - |
| XYZ | 31.38 | 29.3 | 70.33 | - |
| YUV | 147.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 218 | 0.41 | 0.34 | 0 | 0.15 | 230 | 0.55 | 0.68 |
| Hex | 80 | 8F | DA | 29 | 22 | 0 | F | E6 | 37 | 44 |
| Octal | 200 | 217 | 332 | 51 | 42 | 0 | 17 | 346 | 67 | 104 |
| Binary | 10000000 | 10001111 | 11011010 | 101001 | 100010 | 0 | 1111 | 11100110 | 110111 | 1000100 |
Color Harmonies of #808FDA
Complementary color
Monochromatic Colors of #808FDA
Black with #808FDA
Text Example
Text Example
White with #808FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FDA; }
p { color: rgb(128,143,218); }
H1.HeaderClassName
{
color: #808FDA;
}
.AnyTagClassName
{
color: #808FDA;
}
</style>
background-color css
<style>
a { background-color: #808FDA; }
a { background-color: rgb(128,143,218); }
div.DivClassName
{
background-color: #808FDA;
}
.BgClassName
{
background-color: #808FDA;
}
</style>
border-color css
<style>
span { border-color: #808FDA; }
span { border-color: rgb(128,143,218); }
td.TdClassName
{
border-color: #808FDA;
}
.TagClassName
{
border-color: #808FDA;
}
</style>