Shades of Portage #7684D5
Tints of Portage #7684D5
RGB
CMYK
RGB Variations
Color information
#7684D5 (or 0x7684D5) is known color: Portage. HEX triplet: 76, 84 and D5. RGB value is (118,132,213). Sum of RGB (Red+Green+Blue) = 118+132+213=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #7684D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684D5 is #897B2A. Grayscale: #888888. Windows color (decimal): -9009963 or 13993078. OLE color: 13993078.
HSL color Cylindrical-coordinate representation of color #7684D5: hue angle of 231.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7684D5 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 132 | 213 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.16 |
| HSL | 231.16º | 0.53% | 0.65% | - |
| HSV(B) | 231.16º | 0.45% | 0.84% | - |
| XYZ | 27.73 | 25.16 | 66.35 | - |
| YUV | 137.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 213 | 0.45 | 0.38 | 0 | 0.16 | 231.16 | 0.53 | 0.65 |
| Hex | 76 | 84 | D5 | 2D | 26 | 0 | 10 | E7 | 35 | 41 |
| Octal | 166 | 204 | 325 | 55 | 46 | 0 | 20 | 347 | 65 | 101 |
| Binary | 1110110 | 10000100 | 11010101 | 101101 | 100110 | 0 | 10000 | 11100111 | 110101 | 1000001 |
Color Harmonies of #7684D5
Complementary color
Monochromatic Colors of #7684D5
Black with #7684D5
Text Example
Text Example
White with #7684D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7684D5; }
p { color: rgb(118,132,213); }
H1.HeaderClassName
{
color: #7684D5;
}
.AnyTagClassName
{
color: #7684D5;
}
</style>
background-color css
<style>
a { background-color: #7684D5; }
a { background-color: rgb(118,132,213); }
div.DivClassName
{
background-color: #7684D5;
}
.BgClassName
{
background-color: #7684D5;
}
</style>
border-color css
<style>
span { border-color: #7684D5; }
span { border-color: rgb(118,132,213); }
td.TdClassName
{
border-color: #7684D5;
}
.TagClassName
{
border-color: #7684D5;
}
</style>