Shades of Portage #7688E0
Tints of Portage #7688E0
RGB
CMYK
RGB Variations
Color information
#7688E0 (or 0x7688E0) is known color: Portage. HEX triplet: 76, 88 and E0. RGB value is (118,136,224). Sum of RGB (Red+Green+Blue) = 118+136+224=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #7688E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688E0 is #89771F. Grayscale: #8C8C8C. Windows color (decimal): -9008928 or 14714998. OLE color: 14714998.
HSL color Cylindrical-coordinate representation of color #7688E0: hue angle of 229.81º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7688E0 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 136 | 224 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.12 |
| HSL | 229.81º | 0.63% | 0.67% | - |
| HSV(B) | 229.81º | 0.47% | 0.88% | - |
| XYZ | 29.73 | 26.84 | 74.14 | - |
| YUV | 140.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 224 | 0.47 | 0.39 | 0 | 0.12 | 229.81 | 0.63 | 0.67 |
| Hex | 76 | 88 | E0 | 2F | 27 | 0 | C | E6 | 3F | 43 |
| Octal | 166 | 210 | 340 | 57 | 47 | 0 | 14 | 346 | 77 | 103 |
| Binary | 1110110 | 10001000 | 11100000 | 101111 | 100111 | 0 | 1100 | 11100110 | 111111 | 1000011 |
Color Harmonies of #7688E0
Complementary color
Monochromatic Colors of #7688E0
Black with #7688E0
Text Example
Text Example
White with #7688E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688E0; }
p { color: rgb(118,136,224); }
H1.HeaderClassName
{
color: #7688E0;
}
.AnyTagClassName
{
color: #7688E0;
}
</style>
background-color css
<style>
a { background-color: #7688E0; }
a { background-color: rgb(118,136,224); }
div.DivClassName
{
background-color: #7688E0;
}
.BgClassName
{
background-color: #7688E0;
}
</style>
border-color css
<style>
span { border-color: #7688E0; }
span { border-color: rgb(118,136,224); }
td.TdClassName
{
border-color: #7688E0;
}
.TagClassName
{
border-color: #7688E0;
}
</style>