Shades of Portage #7688DD
Tints of Portage #7688DD
RGB
CMYK
RGB Variations
Color information
#7688DD (or 0x7688DD) is known color: Portage. HEX triplet: 76, 88 and DD. RGB value is (118,136,221). Sum of RGB (Red+Green+Blue) = 118+136+221=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7688DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688DD is #897722. Grayscale: #8B8B8B. Windows color (decimal): -9008931 or 14518390. OLE color: 14518390.
HSL color Cylindrical-coordinate representation of color #7688DD: hue angle of 229.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7688DD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 136 | 221 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.13 |
| HSL | 229.51º | 0.6% | 0.66% | - |
| HSV(B) | 229.51º | 0.47% | 0.87% | - |
| XYZ | 29.33 | 26.68 | 72.01 | - |
| YUV | 140.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 221 | 0.47 | 0.38 | 0 | 0.13 | 229.51 | 0.6 | 0.66 |
| Hex | 76 | 88 | DD | 2F | 26 | 0 | D | E6 | 3C | 42 |
| Octal | 166 | 210 | 335 | 57 | 46 | 0 | 15 | 346 | 74 | 102 |
| Binary | 1110110 | 10001000 | 11011101 | 101111 | 100110 | 0 | 1101 | 11100110 | 111100 | 1000010 |
Color Harmonies of #7688DD
Complementary color
Monochromatic Colors of #7688DD
Black with #7688DD
Text Example
Text Example
White with #7688DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688DD; }
p { color: rgb(118,136,221); }
H1.HeaderClassName
{
color: #7688DD;
}
.AnyTagClassName
{
color: #7688DD;
}
</style>
background-color css
<style>
a { background-color: #7688DD; }
a { background-color: rgb(118,136,221); }
div.DivClassName
{
background-color: #7688DD;
}
.BgClassName
{
background-color: #7688DD;
}
</style>
border-color css
<style>
span { border-color: #7688DD; }
span { border-color: rgb(118,136,221); }
td.TdClassName
{
border-color: #7688DD;
}
.TagClassName
{
border-color: #7688DD;
}
</style>