Shades of Portage #7688DC
Tints of Portage #7688DC
RGB
CMYK
RGB Variations
Color information
#7688DC (or 0x7688DC) is known color: Portage. HEX triplet: 76, 88 and DC. RGB value is (118,136,220). Sum of RGB (Red+Green+Blue) = 118+136+220=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #7688DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688DC is #897723. Grayscale: #8B8B8B. Windows color (decimal): -9008932 or 14452854. OLE color: 14452854.
HSL color Cylindrical-coordinate representation of color #7688DC: hue angle of 229.41º 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 #7688DC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 136 | 220 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.14 |
| HSL | 229.41º | 0.59% | 0.66% | - |
| HSV(B) | 229.41º | 0.46% | 0.86% | - |
| XYZ | 29.19 | 26.63 | 71.31 | - |
| YUV | 140.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 220 | 0.46 | 0.38 | 0 | 0.14 | 229.41 | 0.59 | 0.66 |
| Hex | 76 | 88 | DC | 2E | 26 | 0 | E | E5 | 3B | 42 |
| Octal | 166 | 210 | 334 | 56 | 46 | 0 | 16 | 345 | 73 | 102 |
| Binary | 1110110 | 10001000 | 11011100 | 101110 | 100110 | 0 | 1110 | 11100101 | 111011 | 1000010 |
Color Harmonies of #7688DC
Complementary color
Monochromatic Colors of #7688DC
Black with #7688DC
Text Example
Text Example
White with #7688DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688DC; }
p { color: rgb(118,136,220); }
H1.HeaderClassName
{
color: #7688DC;
}
.AnyTagClassName
{
color: #7688DC;
}
</style>
background-color css
<style>
a { background-color: #7688DC; }
a { background-color: rgb(118,136,220); }
div.DivClassName
{
background-color: #7688DC;
}
.BgClassName
{
background-color: #7688DC;
}
</style>
border-color css
<style>
span { border-color: #7688DC; }
span { border-color: rgb(118,136,220); }
td.TdClassName
{
border-color: #7688DC;
}
.TagClassName
{
border-color: #7688DC;
}
</style>