Shades of Portage #8089DA
Tints of Portage #8089DA
RGB
CMYK
RGB Variations
Color information
#8089DA (or 0x8089DA) is known color: Portage. HEX triplet: 80, 89 and DA. RGB value is (128,137,218). Sum of RGB (Red+Green+Blue) = 128+137+218=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #8089DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089DA is #7F7625. Grayscale: #8F8F8F. Windows color (decimal): -8353318 or 14322048. OLE color: 14322048.
HSL color Cylindrical-coordinate representation of color #8089DA: hue angle of 234º 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 #8089DA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 137 | 218 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.15 |
| HSL | 234º | 0.55% | 0.68% | - |
| HSV(B) | 234º | 0.41% | 0.85% | - |
| XYZ | 30.5 | 27.54 | 70.04 | - |
| YUV | 143.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 218 | 0.41 | 0.37 | 0 | 0.15 | 234 | 0.55 | 0.68 |
| Hex | 80 | 89 | DA | 29 | 25 | 0 | F | EA | 37 | 44 |
| Octal | 200 | 211 | 332 | 51 | 45 | 0 | 17 | 352 | 67 | 104 |
| Binary | 10000000 | 10001001 | 11011010 | 101001 | 100101 | 0 | 1111 | 11101010 | 110111 | 1000100 |
Color Harmonies of #8089DA
Complementary color
Monochromatic Colors of #8089DA
Black with #8089DA
Text Example
Text Example
White with #8089DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8089DA; }
p { color: rgb(128,137,218); }
H1.HeaderClassName
{
color: #8089DA;
}
.AnyTagClassName
{
color: #8089DA;
}
</style>
background-color css
<style>
a { background-color: #8089DA; }
a { background-color: rgb(128,137,218); }
div.DivClassName
{
background-color: #8089DA;
}
.BgClassName
{
background-color: #8089DA;
}
</style>
border-color css
<style>
span { border-color: #8089DA; }
span { border-color: rgb(128,137,218); }
td.TdClassName
{
border-color: #8089DA;
}
.TagClassName
{
border-color: #8089DA;
}
</style>