Shades of Portage #7280DC
Tints of Portage #7280DC
RGB
CMYK
RGB Variations
Color information
#7280DC (or 0x7280DC) is known color: Portage. HEX triplet: 72, 80 and DC. RGB value is (114,128,220). Sum of RGB (Red+Green+Blue) = 114+128+220=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #7280DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7280DC is #8D7F23. Grayscale: #858585. Windows color (decimal): -9273124 or 14450802. OLE color: 14450802.
HSL color Cylindrical-coordinate representation of color #7280DC: hue angle of 232.08º degrees, saturation: 0.6, 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 #7280DC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 128 | 220 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.14 |
| HSL | 232.08º | 0.6% | 0.65% | - |
| HSV(B) | 232.08º | 0.48% | 0.86% | - |
| XYZ | 27.58 | 24.18 | 70.92 | - |
| YUV | 134.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 220 | 0.48 | 0.42 | 0 | 0.14 | 232.08 | 0.6 | 0.65 |
| Hex | 72 | 80 | DC | 30 | 2A | 0 | E | E8 | 3C | 41 |
| Octal | 162 | 200 | 334 | 60 | 52 | 0 | 16 | 350 | 74 | 101 |
| Binary | 1110010 | 10000000 | 11011100 | 110000 | 101010 | 0 | 1110 | 11101000 | 111100 | 1000001 |
Color Harmonies of #7280DC
Complementary color
Monochromatic Colors of #7280DC
Black with #7280DC
Text Example
Text Example
White with #7280DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7280DC; }
p { color: rgb(114,128,220); }
H1.HeaderClassName
{
color: #7280DC;
}
.AnyTagClassName
{
color: #7280DC;
}
</style>
background-color css
<style>
a { background-color: #7280DC; }
a { background-color: rgb(114,128,220); }
div.DivClassName
{
background-color: #7280DC;
}
.BgClassName
{
background-color: #7280DC;
}
</style>
border-color css
<style>
span { border-color: #7280DC; }
span { border-color: rgb(114,128,220); }
td.TdClassName
{
border-color: #7280DC;
}
.TagClassName
{
border-color: #7280DC;
}
</style>