Shades of Portage #7280DB
Tints of Portage #7280DB
RGB
CMYK
RGB Variations
Color information
#7280DB (or 0x7280DB) is known color: Portage. HEX triplet: 72, 80 and DB. RGB value is (114,128,219). Sum of RGB (Red+Green+Blue) = 114+128+219=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #7280DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7280DB is #8D7F24. Grayscale: #858585. Windows color (decimal): -9273125 or 14385266. OLE color: 14385266.
HSL color Cylindrical-coordinate representation of color #7280DB: hue angle of 232º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7280DB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 128 | 219 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.14 |
| HSL | 232º | 0.59% | 0.65% | - |
| HSV(B) | 232º | 0.48% | 0.86% | - |
| XYZ | 27.44 | 24.13 | 70.23 | - |
| YUV | 134.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 219 | 0.48 | 0.42 | 0 | 0.14 | 232 | 0.59 | 0.65 |
| Hex | 72 | 80 | DB | 30 | 2A | 0 | E | E8 | 3B | 41 |
| Octal | 162 | 200 | 333 | 60 | 52 | 0 | 16 | 350 | 73 | 101 |
| Binary | 1110010 | 10000000 | 11011011 | 110000 | 101010 | 0 | 1110 | 11101000 | 111011 | 1000001 |
Color Harmonies of #7280DB
Complementary color
Monochromatic Colors of #7280DB
Black with #7280DB
Text Example
Text Example
White with #7280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7280DB; }
p { color: rgb(114,128,219); }
H1.HeaderClassName
{
color: #7280DB;
}
.AnyTagClassName
{
color: #7280DB;
}
</style>
background-color css
<style>
a { background-color: #7280DB; }
a { background-color: rgb(114,128,219); }
div.DivClassName
{
background-color: #7280DB;
}
.BgClassName
{
background-color: #7280DB;
}
</style>
border-color css
<style>
span { border-color: #7280DB; }
span { border-color: rgb(114,128,219); }
td.TdClassName
{
border-color: #7280DB;
}
.TagClassName
{
border-color: #7280DB;
}
</style>