Shades of Portage #7680DC
Tints of Portage #7680DC
RGB
CMYK
RGB Variations
Color information
#7680DC (or 0x7680DC) is known color: Portage. HEX triplet: 76, 80 and DC. RGB value is (118,128,220). Sum of RGB (Red+Green+Blue) = 118+128+220=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #7680DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680DC is #897F23. Grayscale: #878787. Windows color (decimal): -9010980 or 14450806. OLE color: 14450806.
HSL color Cylindrical-coordinate representation of color #7680DC: hue angle of 234.12º 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 #7680DC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 128 | 220 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.14 |
| HSL | 234.12º | 0.59% | 0.66% | - |
| HSV(B) | 234.12º | 0.46% | 0.86% | - |
| XYZ | 28.11 | 24.46 | 70.95 | - |
| YUV | 135.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 220 | 0.46 | 0.42 | 0 | 0.14 | 234.12 | 0.59 | 0.66 |
| Hex | 76 | 80 | DC | 2E | 2A | 0 | E | EA | 3B | 42 |
| Octal | 166 | 200 | 334 | 56 | 52 | 0 | 16 | 352 | 73 | 102 |
| Binary | 1110110 | 10000000 | 11011100 | 101110 | 101010 | 0 | 1110 | 11101010 | 111011 | 1000010 |
Color Harmonies of #7680DC
Complementary color
Monochromatic Colors of #7680DC
Black with #7680DC
Text Example
Text Example
White with #7680DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680DC; }
p { color: rgb(118,128,220); }
H1.HeaderClassName
{
color: #7680DC;
}
.AnyTagClassName
{
color: #7680DC;
}
</style>
background-color css
<style>
a { background-color: #7680DC; }
a { background-color: rgb(118,128,220); }
div.DivClassName
{
background-color: #7680DC;
}
.BgClassName
{
background-color: #7680DC;
}
</style>
border-color css
<style>
span { border-color: #7680DC; }
span { border-color: rgb(118,128,220); }
td.TdClassName
{
border-color: #7680DC;
}
.TagClassName
{
border-color: #7680DC;
}
</style>