Shades of Portage #768FD2
Tints of Portage #768FD2
RGB
CMYK
RGB Variations
Color information
#768FD2 (or 0x768FD2) is known color: Portage. HEX triplet: 76, 8F and D2. RGB value is (118,143,210). Sum of RGB (Red+Green+Blue) = 118+143+210=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #768FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD2 is #89702D. Grayscale: #8E8E8E. Windows color (decimal): -9007150 or 13799286. OLE color: 13799286.
HSL color Cylindrical-coordinate representation of color #768FD2: hue angle of 223.7º 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 #768FD2 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 143 | 210 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.18 |
| HSL | 223.7º | 0.51% | 0.64% | - |
| HSV(B) | 223.7º | 0.44% | 0.82% | - |
| XYZ | 28.93 | 28.15 | 64.88 | - |
| YUV | 143.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 210 | 0.44 | 0.32 | 0 | 0.18 | 223.7 | 0.51 | 0.64 |
| Hex | 76 | 8F | D2 | 2C | 20 | 0 | 12 | E0 | 33 | 40 |
| Octal | 166 | 217 | 322 | 54 | 40 | 0 | 22 | 340 | 63 | 100 |
| Binary | 1110110 | 10001111 | 11010010 | 101100 | 100000 | 0 | 10010 | 11100000 | 110011 | 1000000 |
Color Harmonies of #768FD2
Complementary color
Monochromatic Colors of #768FD2
Black with #768FD2
Text Example
Text Example
White with #768FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FD2; }
p { color: rgb(118,143,210); }
H1.HeaderClassName
{
color: #768FD2;
}
.AnyTagClassName
{
color: #768FD2;
}
</style>
background-color css
<style>
a { background-color: #768FD2; }
a { background-color: rgb(118,143,210); }
div.DivClassName
{
background-color: #768FD2;
}
.BgClassName
{
background-color: #768FD2;
}
</style>
border-color css
<style>
span { border-color: #768FD2; }
span { border-color: rgb(118,143,210); }
td.TdClassName
{
border-color: #768FD2;
}
.TagClassName
{
border-color: #768FD2;
}
</style>