Shades of Portage #7582DB
Tints of Portage #7582DB
RGB
CMYK
RGB Variations
Color information
#7582DB (or 0x7582DB) is known color: Portage. HEX triplet: 75, 82 and DB. RGB value is (117,130,219). Sum of RGB (Red+Green+Blue) = 117+130+219=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 130 (51.17% from 255 or 27.90% 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 #7582DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582DB is #8A7D24. Grayscale: #878787. Windows color (decimal): -9076005 or 14385781. OLE color: 14385781.
HSL color Cylindrical-coordinate representation of color #7582DB: hue angle of 232.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7582DB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 130 | 219 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.14 |
| HSL | 232.35º | 0.59% | 0.66% | - |
| HSV(B) | 232.35º | 0.47% | 0.86% | - |
| XYZ | 28.1 | 24.86 | 70.34 | - |
| YUV | 136.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 219 | 0.47 | 0.41 | 0 | 0.14 | 232.35 | 0.59 | 0.66 |
| Hex | 75 | 82 | DB | 2F | 29 | 0 | E | E8 | 3B | 42 |
| Octal | 165 | 202 | 333 | 57 | 51 | 0 | 16 | 350 | 73 | 102 |
| Binary | 1110101 | 10000010 | 11011011 | 101111 | 101001 | 0 | 1110 | 11101000 | 111011 | 1000010 |
Color Harmonies of #7582DB
Complementary color
Monochromatic Colors of #7582DB
Black with #7582DB
Text Example
Text Example
White with #7582DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7582DB; }
p { color: rgb(117,130,219); }
H1.HeaderClassName
{
color: #7582DB;
}
.AnyTagClassName
{
color: #7582DB;
}
</style>
background-color css
<style>
a { background-color: #7582DB; }
a { background-color: rgb(117,130,219); }
div.DivClassName
{
background-color: #7582DB;
}
.BgClassName
{
background-color: #7582DB;
}
</style>
border-color css
<style>
span { border-color: #7582DB; }
span { border-color: rgb(117,130,219); }
td.TdClassName
{
border-color: #7582DB;
}
.TagClassName
{
border-color: #7582DB;
}
</style>