Shades of Portage #7682DC
Tints of Portage #7682DC
RGB
CMYK
RGB Variations
Color information
#7682DC (or 0x7682DC) is known color: Portage. HEX triplet: 76, 82 and DC. RGB value is (118,130,220). Sum of RGB (Red+Green+Blue) = 118+130+220=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7682DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682DC is #897D23. Grayscale: #888888. Windows color (decimal): -9010468 or 14451318. OLE color: 14451318.
HSL color Cylindrical-coordinate representation of color #7682DC: hue angle of 232.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7682DC is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 130 | 220 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.14 |
| HSL | 232.94º | 0.59% | 0.66% | - |
| HSV(B) | 232.94º | 0.46% | 0.86% | - |
| XYZ | 28.37 | 24.98 | 71.04 | - |
| YUV | 136.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 220 | 0.46 | 0.41 | 0 | 0.14 | 232.94 | 0.59 | 0.66 |
| Hex | 76 | 82 | DC | 2E | 29 | 0 | E | E9 | 3B | 42 |
| Octal | 166 | 202 | 334 | 56 | 51 | 0 | 16 | 351 | 73 | 102 |
| Binary | 1110110 | 10000010 | 11011100 | 101110 | 101001 | 0 | 1110 | 11101001 | 111011 | 1000010 |
Color Harmonies of #7682DC
Complementary color
Monochromatic Colors of #7682DC
Black with #7682DC
Text Example
Text Example
White with #7682DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682DC; }
p { color: rgb(118,130,220); }
H1.HeaderClassName
{
color: #7682DC;
}
.AnyTagClassName
{
color: #7682DC;
}
</style>
background-color css
<style>
a { background-color: #7682DC; }
a { background-color: rgb(118,130,220); }
div.DivClassName
{
background-color: #7682DC;
}
.BgClassName
{
background-color: #7682DC;
}
</style>
border-color css
<style>
span { border-color: #7682DC; }
span { border-color: rgb(118,130,220); }
td.TdClassName
{
border-color: #7682DC;
}
.TagClassName
{
border-color: #7682DC;
}
</style>