Shades of Portage #7686E2
Tints of Portage #7686E2
RGB
CMYK
RGB Variations
Color information
#7686E2 (or 0x7686E2) is known color: Portage. HEX triplet: 76, 86 and E2. RGB value is (118,134,226). Sum of RGB (Red+Green+Blue) = 118+134+226=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #7686E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686E2 is #89791D. Grayscale: #8B8B8B. Windows color (decimal): -9009438 or 14845558. OLE color: 14845558.
HSL color Cylindrical-coordinate representation of color #7686E2: hue angle of 231.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7686E2 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 134 | 226 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.11 |
| HSL | 231.11º | 0.65% | 0.67% | - |
| HSV(B) | 231.11º | 0.48% | 0.89% | - |
| XYZ | 29.72 | 26.39 | 75.48 | - |
| YUV | 139.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 226 | 0.48 | 0.41 | 0 | 0.11 | 231.11 | 0.65 | 0.67 |
| Hex | 76 | 86 | E2 | 30 | 29 | 0 | B | E7 | 41 | 43 |
| Octal | 166 | 206 | 342 | 60 | 51 | 0 | 13 | 347 | 101 | 103 |
| Binary | 1110110 | 10000110 | 11100010 | 110000 | 101001 | 0 | 1011 | 11100111 | 1000001 | 1000011 |
Color Harmonies of #7686E2
Complementary color
Monochromatic Colors of #7686E2
Black with #7686E2
Text Example
Text Example
White with #7686E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686E2; }
p { color: rgb(118,134,226); }
H1.HeaderClassName
{
color: #7686E2;
}
.AnyTagClassName
{
color: #7686E2;
}
</style>
background-color css
<style>
a { background-color: #7686E2; }
a { background-color: rgb(118,134,226); }
div.DivClassName
{
background-color: #7686E2;
}
.BgClassName
{
background-color: #7686E2;
}
</style>
border-color css
<style>
span { border-color: #7686E2; }
span { border-color: rgb(118,134,226); }
td.TdClassName
{
border-color: #7686E2;
}
.TagClassName
{
border-color: #7686E2;
}
</style>