Shades of Portage #7682DA
Tints of Portage #7682DA
RGB
CMYK
RGB Variations
Color information
#7682DA (or 0x7682DA) is known color: Portage. HEX triplet: 76, 82 and DA. RGB value is (118,130,218). Sum of RGB (Red+Green+Blue) = 118+130+218=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #7682DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682DA is #897D25. Grayscale: #888888. Windows color (decimal): -9010470 or 14320246. OLE color: 14320246.
HSL color Cylindrical-coordinate representation of color #7682DA: hue angle of 232.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7682DA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 130 | 218 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.15 |
| HSL | 232.8º | 0.57% | 0.66% | - |
| HSV(B) | 232.8º | 0.46% | 0.85% | - |
| XYZ | 28.11 | 24.88 | 69.65 | - |
| YUV | 136.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 218 | 0.46 | 0.40 | 0 | 0.15 | 232.8 | 0.57 | 0.66 |
| Hex | 76 | 82 | DA | 2E | 28 | 0 | F | E9 | 39 | 42 |
| Octal | 166 | 202 | 332 | 56 | 50 | 0 | 17 | 351 | 71 | 102 |
| Binary | 1110110 | 10000010 | 11011010 | 101110 | 101000 | 0 | 1111 | 11101001 | 111001 | 1000010 |
Color Harmonies of #7682DA
Complementary color
Monochromatic Colors of #7682DA
Black with #7682DA
Text Example
Text Example
White with #7682DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682DA; }
p { color: rgb(118,130,218); }
H1.HeaderClassName
{
color: #7682DA;
}
.AnyTagClassName
{
color: #7682DA;
}
</style>
background-color css
<style>
a { background-color: #7682DA; }
a { background-color: rgb(118,130,218); }
div.DivClassName
{
background-color: #7682DA;
}
.BgClassName
{
background-color: #7682DA;
}
</style>
border-color css
<style>
span { border-color: #7682DA; }
span { border-color: rgb(118,130,218); }
td.TdClassName
{
border-color: #7682DA;
}
.TagClassName
{
border-color: #7682DA;
}
</style>