Shades of Portage #7682D7
Tints of Portage #7682D7
RGB
CMYK
RGB Variations
Color information
#7682D7 (or 0x7682D7) is known color: Portage. HEX triplet: 76, 82 and D7. RGB value is (118,130,215). Sum of RGB (Red+Green+Blue) = 118+130+215=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #7682D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682D7 is #897D28. Grayscale: #878787. Windows color (decimal): -9010473 or 14123638. OLE color: 14123638.
HSL color Cylindrical-coordinate representation of color #7682D7: hue angle of 232.58º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7682D7 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 130 | 215 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.16 |
| HSL | 232.58º | 0.55% | 0.65% | - |
| HSV(B) | 232.58º | 0.45% | 0.84% | - |
| XYZ | 27.72 | 24.72 | 67.6 | - |
| YUV | 136.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 215 | 0.45 | 0.40 | 0 | 0.16 | 232.58 | 0.55 | 0.65 |
| Hex | 76 | 82 | D7 | 2D | 28 | 0 | 10 | E9 | 37 | 41 |
| Octal | 166 | 202 | 327 | 55 | 50 | 0 | 20 | 351 | 67 | 101 |
| Binary | 1110110 | 10000010 | 11010111 | 101101 | 101000 | 0 | 10000 | 11101001 | 110111 | 1000001 |
Color Harmonies of #7682D7
Complementary color
Monochromatic Colors of #7682D7
Black with #7682D7
Text Example
Text Example
White with #7682D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682D7; }
p { color: rgb(118,130,215); }
H1.HeaderClassName
{
color: #7682D7;
}
.AnyTagClassName
{
color: #7682D7;
}
</style>
background-color css
<style>
a { background-color: #7682D7; }
a { background-color: rgb(118,130,215); }
div.DivClassName
{
background-color: #7682D7;
}
.BgClassName
{
background-color: #7682D7;
}
</style>
border-color css
<style>
span { border-color: #7682D7; }
span { border-color: rgb(118,130,215); }
td.TdClassName
{
border-color: #7682D7;
}
.TagClassName
{
border-color: #7682D7;
}
</style>