Shades of Portage #7684E5
Tints of Portage #7684E5
RGB
CMYK
RGB Variations
Color information
#7684E5 (or 0x7684E5) is known color: Portage. HEX triplet: 76, 84 and E5. RGB value is (118,132,229). Sum of RGB (Red+Green+Blue) = 118+132+229=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #7684E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684E5 is #897B1A. Grayscale: #8A8A8A. Windows color (decimal): -9009947 or 15041654. OLE color: 15041654.
HSL color Cylindrical-coordinate representation of color #7684E5: hue angle of 232.43º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7684E5 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 132 | 229 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.10 |
| HSL | 232.43º | 0.68% | 0.68% | - |
| HSV(B) | 232.43º | 0.48% | 0.9% | - |
| XYZ | 29.87 | 26.01 | 77.58 | - |
| YUV | 138.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 229 | 0.48 | 0.42 | 0 | 0.10 | 232.43 | 0.68 | 0.68 |
| Hex | 76 | 84 | E5 | 30 | 2A | 0 | A | E8 | 44 | 44 |
| Octal | 166 | 204 | 345 | 60 | 52 | 0 | 12 | 350 | 104 | 104 |
| Binary | 1110110 | 10000100 | 11100101 | 110000 | 101010 | 0 | 1010 | 11101000 | 1000100 | 1000100 |
Color Harmonies of #7684E5
Complementary color
Monochromatic Colors of #7684E5
Black with #7684E5
Text Example
Text Example
White with #7684E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7684E5; }
p { color: rgb(118,132,229); }
H1.HeaderClassName
{
color: #7684E5;
}
.AnyTagClassName
{
color: #7684E5;
}
</style>
background-color css
<style>
a { background-color: #7684E5; }
a { background-color: rgb(118,132,229); }
div.DivClassName
{
background-color: #7684E5;
}
.BgClassName
{
background-color: #7684E5;
}
</style>
border-color css
<style>
span { border-color: #7684E5; }
span { border-color: rgb(118,132,229); }
td.TdClassName
{
border-color: #7684E5;
}
.TagClassName
{
border-color: #7684E5;
}
</style>