Shades of Portage #8089DB
Tints of Portage #8089DB
RGB
CMYK
RGB Variations
Color information
#8089DB (or 0x8089DB) is known color: Portage. HEX triplet: 80, 89 and DB. RGB value is (128,137,219). Sum of RGB (Red+Green+Blue) = 128+137+219=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8089DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089DB is #7F7624. Grayscale: #8F8F8F. Windows color (decimal): -8353317 or 14387584. OLE color: 14387584.
HSL color Cylindrical-coordinate representation of color #8089DB: hue angle of 234.07º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8089DB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 137 | 219 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.14 |
| HSL | 234.07º | 0.56% | 0.68% | - |
| HSV(B) | 234.07º | 0.42% | 0.86% | - |
| XYZ | 30.63 | 27.59 | 70.73 | - |
| YUV | 143.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 219 | 0.42 | 0.37 | 0 | 0.14 | 234.07 | 0.56 | 0.68 |
| Hex | 80 | 89 | DB | 2A | 25 | 0 | E | EA | 38 | 44 |
| Octal | 200 | 211 | 333 | 52 | 45 | 0 | 16 | 352 | 70 | 104 |
| Binary | 10000000 | 10001001 | 11011011 | 101010 | 100101 | 0 | 1110 | 11101010 | 111000 | 1000100 |
Color Harmonies of #8089DB
Complementary color
Monochromatic Colors of #8089DB
Black with #8089DB
Text Example
Text Example
White with #8089DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8089DB; }
p { color: rgb(128,137,219); }
H1.HeaderClassName
{
color: #8089DB;
}
.AnyTagClassName
{
color: #8089DB;
}
</style>
background-color css
<style>
a { background-color: #8089DB; }
a { background-color: rgb(128,137,219); }
div.DivClassName
{
background-color: #8089DB;
}
.BgClassName
{
background-color: #8089DB;
}
</style>
border-color css
<style>
span { border-color: #8089DB; }
span { border-color: rgb(128,137,219); }
td.TdClassName
{
border-color: #8089DB;
}
.TagClassName
{
border-color: #8089DB;
}
</style>