Shades of Portage #7282DB
Tints of Portage #7282DB
RGB
CMYK
RGB Variations
Color information
#7282DB (or 0x7282DB) is known color: Portage. HEX triplet: 72, 82 and DB. RGB value is (114,130,219). Sum of RGB (Red+Green+Blue) = 114+130+219=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #7282DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7282DB is #8D7D24. Grayscale: #868686. Windows color (decimal): -9272613 or 14385778. OLE color: 14385778.
HSL color Cylindrical-coordinate representation of color #7282DB: hue angle of 230.86º 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 #7282DB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 130 | 219 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.14 |
| HSL | 230.86º | 0.59% | 0.65% | - |
| HSV(B) | 230.86º | 0.48% | 0.86% | - |
| XYZ | 27.71 | 24.66 | 70.32 | - |
| YUV | 135.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 219 | 0.48 | 0.41 | 0 | 0.14 | 230.86 | 0.59 | 0.65 |
| Hex | 72 | 82 | DB | 30 | 29 | 0 | E | E7 | 3B | 41 |
| Octal | 162 | 202 | 333 | 60 | 51 | 0 | 16 | 347 | 73 | 101 |
| Binary | 1110010 | 10000010 | 11011011 | 110000 | 101001 | 0 | 1110 | 11100111 | 111011 | 1000001 |
Color Harmonies of #7282DB
Complementary color
Monochromatic Colors of #7282DB
Black with #7282DB
Text Example
Text Example
White with #7282DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282DB; }
p { color: rgb(114,130,219); }
H1.HeaderClassName
{
color: #7282DB;
}
.AnyTagClassName
{
color: #7282DB;
}
</style>
background-color css
<style>
a { background-color: #7282DB; }
a { background-color: rgb(114,130,219); }
div.DivClassName
{
background-color: #7282DB;
}
.BgClassName
{
background-color: #7282DB;
}
</style>
border-color css
<style>
span { border-color: #7282DB; }
span { border-color: rgb(114,130,219); }
td.TdClassName
{
border-color: #7282DB;
}
.TagClassName
{
border-color: #7282DB;
}
</style>