Shades of Portage #7282D9
Tints of Portage #7282D9
RGB
CMYK
RGB Variations
Color information
#7282D9 (or 0x7282D9) is known color: Portage. HEX triplet: 72, 82 and D9. RGB value is (114,130,217). Sum of RGB (Red+Green+Blue) = 114+130+217=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #7282D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7282D9 is #8D7D26. Grayscale: #868686. Windows color (decimal): -9272615 or 14254706. OLE color: 14254706.
HSL color Cylindrical-coordinate representation of color #7282D9: hue angle of 230.68º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7282D9 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 130 | 217 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.15 |
| HSL | 230.68º | 0.58% | 0.65% | - |
| HSV(B) | 230.68º | 0.47% | 0.85% | - |
| XYZ | 27.45 | 24.55 | 68.94 | - |
| YUV | 135.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 217 | 0.47 | 0.40 | 0 | 0.15 | 230.68 | 0.58 | 0.65 |
| Hex | 72 | 82 | D9 | 2F | 28 | 0 | F | E7 | 3A | 41 |
| Octal | 162 | 202 | 331 | 57 | 50 | 0 | 17 | 347 | 72 | 101 |
| Binary | 1110010 | 10000010 | 11011001 | 101111 | 101000 | 0 | 1111 | 11100111 | 111010 | 1000001 |
Color Harmonies of #7282D9
Complementary color
Monochromatic Colors of #7282D9
Black with #7282D9
Text Example
Text Example
White with #7282D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282D9; }
p { color: rgb(114,130,217); }
H1.HeaderClassName
{
color: #7282D9;
}
.AnyTagClassName
{
color: #7282D9;
}
</style>
background-color css
<style>
a { background-color: #7282D9; }
a { background-color: rgb(114,130,217); }
div.DivClassName
{
background-color: #7282D9;
}
.BgClassName
{
background-color: #7282D9;
}
</style>
border-color css
<style>
span { border-color: #7282D9; }
span { border-color: rgb(114,130,217); }
td.TdClassName
{
border-color: #7282D9;
}
.TagClassName
{
border-color: #7282D9;
}
</style>