Shades of Portage #768FDC
Tints of Portage #768FDC
RGB
CMYK
RGB Variations
Color information
#768FDC (or 0x768FDC) is known color: Portage. HEX triplet: 76, 8F and DC. RGB value is (118,143,220). Sum of RGB (Red+Green+Blue) = 118+143+220=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #768FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDC is #897023. Grayscale: #8F8F8F. Windows color (decimal): -9007140 or 14454646. OLE color: 14454646.
HSL color Cylindrical-coordinate representation of color #768FDC: hue angle of 225.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768FDC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 143 | 220 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.14 |
| HSL | 225.29º | 0.59% | 0.66% | - |
| HSV(B) | 225.29º | 0.46% | 0.86% | - |
| XYZ | 30.21 | 28.66 | 71.65 | - |
| YUV | 144.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 220 | 0.46 | 0.35 | 0 | 0.14 | 225.29 | 0.59 | 0.66 |
| Hex | 76 | 8F | DC | 2E | 23 | 0 | E | E1 | 3B | 42 |
| Octal | 166 | 217 | 334 | 56 | 43 | 0 | 16 | 341 | 73 | 102 |
| Binary | 1110110 | 10001111 | 11011100 | 101110 | 100011 | 0 | 1110 | 11100001 | 111011 | 1000010 |
Color Harmonies of #768FDC
Complementary color
Monochromatic Colors of #768FDC
Black with #768FDC
Text Example
Text Example
White with #768FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FDC; }
p { color: rgb(118,143,220); }
H1.HeaderClassName
{
color: #768FDC;
}
.AnyTagClassName
{
color: #768FDC;
}
</style>
background-color css
<style>
a { background-color: #768FDC; }
a { background-color: rgb(118,143,220); }
div.DivClassName
{
background-color: #768FDC;
}
.BgClassName
{
background-color: #768FDC;
}
</style>
border-color css
<style>
span { border-color: #768FDC; }
span { border-color: rgb(118,143,220); }
td.TdClassName
{
border-color: #768FDC;
}
.TagClassName
{
border-color: #768FDC;
}
</style>