Shades of Portage #7686DA
Tints of Portage #7686DA
RGB
CMYK
RGB Variations
Color information
#7686DA (or 0x7686DA) is known color: Portage. HEX triplet: 76, 86 and DA. RGB value is (118,134,218). Sum of RGB (Red+Green+Blue) = 118+134+218=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #7686DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686DA is #897925. Grayscale: #8A8A8A. Windows color (decimal): -9009446 or 14321270. OLE color: 14321270.
HSL color Cylindrical-coordinate representation of color #7686DA: hue angle of 230.4º 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 #7686DA is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 134 | 218 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.15 |
| HSL | 230.4º | 0.57% | 0.66% | - |
| HSV(B) | 230.4º | 0.46% | 0.85% | - |
| XYZ | 28.65 | 25.96 | 69.83 | - |
| YUV | 138.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 218 | 0.46 | 0.39 | 0 | 0.15 | 230.4 | 0.57 | 0.66 |
| Hex | 76 | 86 | DA | 2E | 27 | 0 | F | E6 | 39 | 42 |
| Octal | 166 | 206 | 332 | 56 | 47 | 0 | 17 | 346 | 71 | 102 |
| Binary | 1110110 | 10000110 | 11011010 | 101110 | 100111 | 0 | 1111 | 11100110 | 111001 | 1000010 |
Color Harmonies of #7686DA
Complementary color
Monochromatic Colors of #7686DA
Black with #7686DA
Text Example
Text Example
White with #7686DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686DA; }
p { color: rgb(118,134,218); }
H1.HeaderClassName
{
color: #7686DA;
}
.AnyTagClassName
{
color: #7686DA;
}
</style>
background-color css
<style>
a { background-color: #7686DA; }
a { background-color: rgb(118,134,218); }
div.DivClassName
{
background-color: #7686DA;
}
.BgClassName
{
background-color: #7686DA;
}
</style>
border-color css
<style>
span { border-color: #7686DA; }
span { border-color: rgb(118,134,218); }
td.TdClassName
{
border-color: #7686DA;
}
.TagClassName
{
border-color: #7686DA;
}
</style>