Shades of Portage #7687D8
Tints of Portage #7687D8
RGB
CMYK
RGB Variations
Color information
#7687D8 (or 0x7687D8) is known color: Portage. HEX triplet: 76, 87 and D8. RGB value is (118,135,216). Sum of RGB (Red+Green+Blue) = 118+135+216=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #7687D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687D8 is #897827. Grayscale: #8A8A8A. Windows color (decimal): -9009192 or 14190454. OLE color: 14190454.
HSL color Cylindrical-coordinate representation of color #7687D8: hue angle of 229.59º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7687D8 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 135 | 216 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.15 |
| HSL | 229.59º | 0.56% | 0.65% | - |
| HSV(B) | 229.59º | 0.45% | 0.85% | - |
| XYZ | 28.53 | 26.14 | 68.51 | - |
| YUV | 139.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 216 | 0.45 | 0.38 | 0 | 0.15 | 229.59 | 0.56 | 0.65 |
| Hex | 76 | 87 | D8 | 2D | 26 | 0 | F | E6 | 38 | 41 |
| Octal | 166 | 207 | 330 | 55 | 46 | 0 | 17 | 346 | 70 | 101 |
| Binary | 1110110 | 10000111 | 11011000 | 101101 | 100110 | 0 | 1111 | 11100110 | 111000 | 1000001 |
Color Harmonies of #7687D8
Complementary color
Monochromatic Colors of #7687D8
Black with #7687D8
Text Example
Text Example
White with #7687D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7687D8; }
p { color: rgb(118,135,216); }
H1.HeaderClassName
{
color: #7687D8;
}
.AnyTagClassName
{
color: #7687D8;
}
</style>
background-color css
<style>
a { background-color: #7687D8; }
a { background-color: rgb(118,135,216); }
div.DivClassName
{
background-color: #7687D8;
}
.BgClassName
{
background-color: #7687D8;
}
</style>
border-color css
<style>
span { border-color: #7687D8; }
span { border-color: rgb(118,135,216); }
td.TdClassName
{
border-color: #7687D8;
}
.TagClassName
{
border-color: #7687D8;
}
</style>