Shades of Portage #7482DC
Tints of Portage #7482DC
RGB
CMYK
RGB Variations
Color information
#7482DC (or 0x7482DC) is known color: Portage. HEX triplet: 74, 82 and DC. RGB value is (116,130,220). Sum of RGB (Red+Green+Blue) = 116+130+220=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #7482DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7482DC is #8B7D23. Grayscale: #878787. Windows color (decimal): -9141540 or 14451316. OLE color: 14451316.
HSL color Cylindrical-coordinate representation of color #7482DC: hue angle of 231.92º degrees, saturation: 0.6, 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 #7482DC is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 130 | 220 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.14 |
| HSL | 231.92º | 0.6% | 0.66% | - |
| HSV(B) | 231.92º | 0.47% | 0.86% | - |
| XYZ | 28.1 | 24.85 | 71.02 | - |
| YUV | 136.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 220 | 0.47 | 0.41 | 0 | 0.14 | 231.92 | 0.6 | 0.66 |
| Hex | 74 | 82 | DC | 2F | 29 | 0 | E | E8 | 3C | 42 |
| Octal | 164 | 202 | 334 | 57 | 51 | 0 | 16 | 350 | 74 | 102 |
| Binary | 1110100 | 10000010 | 11011100 | 101111 | 101001 | 0 | 1110 | 11101000 | 111100 | 1000010 |
Color Harmonies of #7482DC
Complementary color
Monochromatic Colors of #7482DC
Black with #7482DC
Text Example
Text Example
White with #7482DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7482DC; }
p { color: rgb(116,130,220); }
H1.HeaderClassName
{
color: #7482DC;
}
.AnyTagClassName
{
color: #7482DC;
}
</style>
background-color css
<style>
a { background-color: #7482DC; }
a { background-color: rgb(116,130,220); }
div.DivClassName
{
background-color: #7482DC;
}
.BgClassName
{
background-color: #7482DC;
}
</style>
border-color css
<style>
span { border-color: #7482DC; }
span { border-color: rgb(116,130,220); }
td.TdClassName
{
border-color: #7482DC;
}
.TagClassName
{
border-color: #7482DC;
}
</style>