Shades of Portage #768FD1
Tints of Portage #768FD1
RGB
CMYK
RGB Variations
Color information
#768FD1 (or 0x768FD1) is known color: Portage. HEX triplet: 76, 8F and D1. RGB value is (118,143,209). Sum of RGB (Red+Green+Blue) = 118+143+209=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #768FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD1 is #89702E. Grayscale: #8E8E8E. Windows color (decimal): -9007151 or 13733750. OLE color: 13733750.
HSL color Cylindrical-coordinate representation of color #768FD1: hue angle of 223.52º degrees, saturation: 0.5, 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 #768FD1 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 143 | 209 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.18 |
| HSL | 223.52º | 0.5% | 0.64% | - |
| HSV(B) | 223.52º | 0.44% | 0.82% | - |
| XYZ | 28.8 | 28.1 | 64.23 | - |
| YUV | 143.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 209 | 0.44 | 0.32 | 0 | 0.18 | 223.52 | 0.5 | 0.64 |
| Hex | 76 | 8F | D1 | 2C | 20 | 0 | 12 | E0 | 32 | 40 |
| Octal | 166 | 217 | 321 | 54 | 40 | 0 | 22 | 340 | 62 | 100 |
| Binary | 1110110 | 10001111 | 11010001 | 101100 | 100000 | 0 | 10010 | 11100000 | 110010 | 1000000 |
Color Harmonies of #768FD1
Complementary color
Monochromatic Colors of #768FD1
Black with #768FD1
Text Example
Text Example
White with #768FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FD1; }
p { color: rgb(118,143,209); }
H1.HeaderClassName
{
color: #768FD1;
}
.AnyTagClassName
{
color: #768FD1;
}
</style>
background-color css
<style>
a { background-color: #768FD1; }
a { background-color: rgb(118,143,209); }
div.DivClassName
{
background-color: #768FD1;
}
.BgClassName
{
background-color: #768FD1;
}
</style>
border-color css
<style>
span { border-color: #768FD1; }
span { border-color: rgb(118,143,209); }
td.TdClassName
{
border-color: #768FD1;
}
.TagClassName
{
border-color: #768FD1;
}
</style>