Shades of Portage #8089DC
Tints of Portage #8089DC
RGB
CMYK
RGB Variations
Color information
#8089DC (or 0x8089DC) is known color: Portage. HEX triplet: 80, 89 and DC. RGB value is (128,137,220). Sum of RGB (Red+Green+Blue) = 128+137+220=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8089DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089DC is #7F7623. Grayscale: #8F8F8F. Windows color (decimal): -8353316 or 14453120. OLE color: 14453120.
HSL color Cylindrical-coordinate representation of color #8089DC: hue angle of 234.13º degrees, saturation: 0.57, 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 #8089DC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 137 | 220 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.14 |
| HSL | 234.13º | 0.57% | 0.68% | - |
| HSV(B) | 234.13º | 0.42% | 0.86% | - |
| XYZ | 30.77 | 27.65 | 71.43 | - |
| YUV | 143.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 220 | 0.42 | 0.38 | 0 | 0.14 | 234.13 | 0.57 | 0.68 |
| Hex | 80 | 89 | DC | 2A | 26 | 0 | E | EA | 39 | 44 |
| Octal | 200 | 211 | 334 | 52 | 46 | 0 | 16 | 352 | 71 | 104 |
| Binary | 10000000 | 10001001 | 11011100 | 101010 | 100110 | 0 | 1110 | 11101010 | 111001 | 1000100 |
Color Harmonies of #8089DC
Complementary color
Monochromatic Colors of #8089DC
Black with #8089DC
Text Example
Text Example
White with #8089DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8089DC; }
p { color: rgb(128,137,220); }
H1.HeaderClassName
{
color: #8089DC;
}
.AnyTagClassName
{
color: #8089DC;
}
</style>
background-color css
<style>
a { background-color: #8089DC; }
a { background-color: rgb(128,137,220); }
div.DivClassName
{
background-color: #8089DC;
}
.BgClassName
{
background-color: #8089DC;
}
</style>
border-color css
<style>
span { border-color: #8089DC; }
span { border-color: rgb(128,137,220); }
td.TdClassName
{
border-color: #8089DC;
}
.TagClassName
{
border-color: #8089DC;
}
</style>