Shades of Portage #7384DB
Tints of Portage #7384DB
RGB
CMYK
RGB Variations
Color information
#7384DB (or 0x7384DB) is known color: Portage. HEX triplet: 73, 84 and DB. RGB value is (115,132,219). Sum of RGB (Red+Green+Blue) = 115+132+219=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7384DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384DB is #8C7B24. Grayscale: #888888. Windows color (decimal): -9206565 or 14386291. OLE color: 14386291.
HSL color Cylindrical-coordinate representation of color #7384DB: hue angle of 230.19º 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 #7384DB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 132 | 219 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.14 |
| HSL | 230.19º | 0.59% | 0.65% | - |
| HSV(B) | 230.19º | 0.47% | 0.86% | - |
| XYZ | 28.11 | 25.26 | 70.41 | - |
| YUV | 136.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 219 | 0.47 | 0.40 | 0 | 0.14 | 230.19 | 0.59 | 0.65 |
| Hex | 73 | 84 | DB | 2F | 28 | 0 | E | E6 | 3B | 41 |
| Octal | 163 | 204 | 333 | 57 | 50 | 0 | 16 | 346 | 73 | 101 |
| Binary | 1110011 | 10000100 | 11011011 | 101111 | 101000 | 0 | 1110 | 11100110 | 111011 | 1000001 |
Color Harmonies of #7384DB
Complementary color
Monochromatic Colors of #7384DB
Black with #7384DB
Text Example
Text Example
White with #7384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384DB; }
p { color: rgb(115,132,219); }
H1.HeaderClassName
{
color: #7384DB;
}
.AnyTagClassName
{
color: #7384DB;
}
</style>
background-color css
<style>
a { background-color: #7384DB; }
a { background-color: rgb(115,132,219); }
div.DivClassName
{
background-color: #7384DB;
}
.BgClassName
{
background-color: #7384DB;
}
</style>
border-color css
<style>
span { border-color: #7384DB; }
span { border-color: rgb(115,132,219); }
td.TdClassName
{
border-color: #7384DB;
}
.TagClassName
{
border-color: #7384DB;
}
</style>