Shades of Portage #768FD3
Tints of Portage #768FD3
RGB
CMYK
RGB Variations
Color information
#768FD3 (or 0x768FD3) is known color: Portage. HEX triplet: 76, 8F and D3. RGB value is (118,143,211). Sum of RGB (Red+Green+Blue) = 118+143+211=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #768FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD3 is #89702C. Grayscale: #8E8E8E. Windows color (decimal): -9007149 or 13864822. OLE color: 13864822.
HSL color Cylindrical-coordinate representation of color #768FD3: hue angle of 223.87º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #768FD3 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 143 | 211 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.17 |
| HSL | 223.87º | 0.51% | 0.65% | - |
| HSV(B) | 223.87º | 0.44% | 0.83% | - |
| XYZ | 29.05 | 28.2 | 65.54 | - |
| YUV | 143.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 211 | 0.44 | 0.32 | 0 | 0.17 | 223.87 | 0.51 | 0.65 |
| Hex | 76 | 8F | D3 | 2C | 20 | 0 | 11 | E0 | 33 | 41 |
| Octal | 166 | 217 | 323 | 54 | 40 | 0 | 21 | 340 | 63 | 101 |
| Binary | 1110110 | 10001111 | 11010011 | 101100 | 100000 | 0 | 10001 | 11100000 | 110011 | 1000001 |
Color Harmonies of #768FD3
Complementary color
Monochromatic Colors of #768FD3
Black with #768FD3
Text Example
Text Example
White with #768FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FD3; }
p { color: rgb(118,143,211); }
H1.HeaderClassName
{
color: #768FD3;
}
.AnyTagClassName
{
color: #768FD3;
}
</style>
background-color css
<style>
a { background-color: #768FD3; }
a { background-color: rgb(118,143,211); }
div.DivClassName
{
background-color: #768FD3;
}
.BgClassName
{
background-color: #768FD3;
}
</style>
border-color css
<style>
span { border-color: #768FD3; }
span { border-color: rgb(118,143,211); }
td.TdClassName
{
border-color: #768FD3;
}
.TagClassName
{
border-color: #768FD3;
}
</style>