Shades of Portage #768DD2
Tints of Portage #768DD2
RGB
CMYK
RGB Variations
Color information
#768DD2 (or 0x768DD2) is known color: Portage. HEX triplet: 76, 8D and D2. RGB value is (118,141,210). Sum of RGB (Red+Green+Blue) = 118+141+210=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #768DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DD2 is #89722D. Grayscale: #8D8D8D. Windows color (decimal): -9007662 or 13798774. OLE color: 13798774.
HSL color Cylindrical-coordinate representation of color #768DD2: hue angle of 225º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #768DD2 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 141 | 210 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.18 |
| HSL | 225º | 0.51% | 0.64% | - |
| HSV(B) | 225º | 0.44% | 0.82% | - |
| XYZ | 28.63 | 27.55 | 64.78 | - |
| YUV | 141.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 210 | 0.44 | 0.33 | 0 | 0.18 | 225 | 0.51 | 0.64 |
| Hex | 76 | 8D | D2 | 2C | 21 | 0 | 12 | E1 | 33 | 40 |
| Octal | 166 | 215 | 322 | 54 | 41 | 0 | 22 | 341 | 63 | 100 |
| Binary | 1110110 | 10001101 | 11010010 | 101100 | 100001 | 0 | 10010 | 11100001 | 110011 | 1000000 |
Color Harmonies of #768DD2
Complementary color
Monochromatic Colors of #768DD2
Black with #768DD2
Text Example
Text Example
White with #768DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DD2; }
p { color: rgb(118,141,210); }
H1.HeaderClassName
{
color: #768DD2;
}
.AnyTagClassName
{
color: #768DD2;
}
</style>
background-color css
<style>
a { background-color: #768DD2; }
a { background-color: rgb(118,141,210); }
div.DivClassName
{
background-color: #768DD2;
}
.BgClassName
{
background-color: #768DD2;
}
</style>
border-color css
<style>
span { border-color: #768DD2; }
span { border-color: rgb(118,141,210); }
td.TdClassName
{
border-color: #768DD2;
}
.TagClassName
{
border-color: #768DD2;
}
</style>