Shades of Portage #8090DC
Tints of Portage #8090DC
RGB
CMYK
RGB Variations
Color information
#8090DC (or 0x8090DC) is known color: Portage. HEX triplet: 80, 90 and DC. RGB value is (128,144,220). Sum of RGB (Red+Green+Blue) = 128+144+220=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8090DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090DC is #7F6F23. Grayscale: #939393. Windows color (decimal): -8351524 or 14454912. OLE color: 14454912.
HSL color Cylindrical-coordinate representation of color #8090DC: hue angle of 229.57º 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 #8090DC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 144 | 220 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.14 |
| HSL | 229.57º | 0.57% | 0.68% | - |
| HSV(B) | 229.57º | 0.42% | 0.86% | - |
| XYZ | 31.79 | 29.7 | 71.77 | - |
| YUV | 147.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 220 | 0.42 | 0.35 | 0 | 0.14 | 229.57 | 0.57 | 0.68 |
| Hex | 80 | 90 | DC | 2A | 23 | 0 | E | E6 | 39 | 44 |
| Octal | 200 | 220 | 334 | 52 | 43 | 0 | 16 | 346 | 71 | 104 |
| Binary | 10000000 | 10010000 | 11011100 | 101010 | 100011 | 0 | 1110 | 11100110 | 111001 | 1000100 |
Color Harmonies of #8090DC
Complementary color
Monochromatic Colors of #8090DC
Black with #8090DC
Text Example
Text Example
White with #8090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8090DC; }
p { color: rgb(128,144,220); }
H1.HeaderClassName
{
color: #8090DC;
}
.AnyTagClassName
{
color: #8090DC;
}
</style>
background-color css
<style>
a { background-color: #8090DC; }
a { background-color: rgb(128,144,220); }
div.DivClassName
{
background-color: #8090DC;
}
.BgClassName
{
background-color: #8090DC;
}
</style>
border-color css
<style>
span { border-color: #8090DC; }
span { border-color: rgb(128,144,220); }
td.TdClassName
{
border-color: #8090DC;
}
.TagClassName
{
border-color: #8090DC;
}
</style>