Shades of Portage #7685E5
Tints of Portage #7685E5
RGB
CMYK
RGB Variations
Color information
#7685E5 (or 0x7685E5) is known color: Portage. HEX triplet: 76, 85 and E5. RGB value is (118,133,229). Sum of RGB (Red+Green+Blue) = 118+133+229=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #7685E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685E5 is #897A1A. Grayscale: #8B8B8B. Windows color (decimal): -9009691 or 15041910. OLE color: 15041910.
HSL color Cylindrical-coordinate representation of color #7685E5: hue angle of 231.89º 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 #7685E5 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 133 | 229 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.10 |
| HSL | 231.89º | 0.68% | 0.68% | - |
| HSV(B) | 231.89º | 0.48% | 0.9% | - |
| XYZ | 30 | 26.28 | 77.62 | - |
| YUV | 139.46 | 178.53 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 229 | 0.48 | 0.42 | 0 | 0.10 | 231.89 | 0.68 | 0.68 |
| Hex | 76 | 85 | E5 | 30 | 2A | 0 | A | E8 | 44 | 44 |
| Octal | 166 | 205 | 345 | 60 | 52 | 0 | 12 | 350 | 104 | 104 |
| Binary | 1110110 | 10000101 | 11100101 | 110000 | 101010 | 0 | 1010 | 11101000 | 1000100 | 1000100 |
Color Harmonies of #7685E5
Complementary color
Monochromatic Colors of #7685E5
Black with #7685E5
Text Example
Text Example
White with #7685E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685E5; }
p { color: rgb(118,133,229); }
H1.HeaderClassName
{
color: #7685E5;
}
.AnyTagClassName
{
color: #7685E5;
}
</style>
background-color css
<style>
a { background-color: #7685E5; }
a { background-color: rgb(118,133,229); }
div.DivClassName
{
background-color: #7685E5;
}
.BgClassName
{
background-color: #7685E5;
}
</style>
border-color css
<style>
span { border-color: #7685E5; }
span { border-color: rgb(118,133,229); }
td.TdClassName
{
border-color: #7685E5;
}
.TagClassName
{
border-color: #7685E5;
}
</style>