Shades of Portage #7382DB
Tints of Portage #7382DB
RGB
CMYK
RGB Variations
Color information
#7382DB (or 0x7382DB) is known color: Portage. HEX triplet: 73, 82 and DB. RGB value is (115,130,219). Sum of RGB (Red+Green+Blue) = 115+130+219=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7382DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382DB is #8C7D24. Grayscale: #878787. Windows color (decimal): -9207077 or 14385779. OLE color: 14385779.
HSL color Cylindrical-coordinate representation of color #7382DB: hue angle of 231.35º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7382DB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 130 | 219 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.14 |
| HSL | 231.35º | 0.59% | 0.65% | - |
| HSV(B) | 231.35º | 0.47% | 0.86% | - |
| XYZ | 27.84 | 24.72 | 70.32 | - |
| YUV | 135.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 219 | 0.47 | 0.41 | 0 | 0.14 | 231.35 | 0.59 | 0.65 |
| Hex | 73 | 82 | DB | 2F | 29 | 0 | E | E7 | 3B | 41 |
| Octal | 163 | 202 | 333 | 57 | 51 | 0 | 16 | 347 | 73 | 101 |
| Binary | 1110011 | 10000010 | 11011011 | 101111 | 101001 | 0 | 1110 | 11100111 | 111011 | 1000001 |
Color Harmonies of #7382DB
Complementary color
Monochromatic Colors of #7382DB
Black with #7382DB
Text Example
Text Example
White with #7382DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7382DB; }
p { color: rgb(115,130,219); }
H1.HeaderClassName
{
color: #7382DB;
}
.AnyTagClassName
{
color: #7382DB;
}
</style>
background-color css
<style>
a { background-color: #7382DB; }
a { background-color: rgb(115,130,219); }
div.DivClassName
{
background-color: #7382DB;
}
.BgClassName
{
background-color: #7382DB;
}
</style>
border-color css
<style>
span { border-color: #7382DB; }
span { border-color: rgb(115,130,219); }
td.TdClassName
{
border-color: #7382DB;
}
.TagClassName
{
border-color: #7382DB;
}
</style>