Shades of Portage #7685D6
Tints of Portage #7685D6
RGB
CMYK
RGB Variations
Color information
#7685D6 (or 0x7685D6) is known color: Portage. HEX triplet: 76, 85 and D6. RGB value is (118,133,214). Sum of RGB (Red+Green+Blue) = 118+133+214=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #7685D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685D6 is #897A29. Grayscale: #898989. Windows color (decimal): -9009706 or 14058870. OLE color: 14058870.
HSL color Cylindrical-coordinate representation of color #7685D6: hue angle of 230.62º degrees, saturation: 0.54, 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 #7685D6 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 133 | 214 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.16 |
| HSL | 230.63º | 0.54% | 0.65% | - |
| HSV(B) | 230.63º | 0.45% | 0.84% | - |
| XYZ | 28 | 25.48 | 67.06 | - |
| YUV | 137.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 214 | 0.45 | 0.38 | 0 | 0.16 | 230.63 | 0.54 | 0.65 |
| Hex | 76 | 85 | D6 | 2D | 26 | 0 | 10 | E7 | 36 | 41 |
| Octal | 166 | 205 | 326 | 55 | 46 | 0 | 20 | 347 | 66 | 101 |
| Binary | 1110110 | 10000101 | 11010110 | 101101 | 100110 | 0 | 10000 | 11100111 | 110110 | 1000001 |
Color Harmonies of #7685D6
Complementary color
Monochromatic Colors of #7685D6
Black with #7685D6
Text Example
Text Example
White with #7685D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685D6; }
p { color: rgb(118,133,214); }
H1.HeaderClassName
{
color: #7685D6;
}
.AnyTagClassName
{
color: #7685D6;
}
</style>
background-color css
<style>
a { background-color: #7685D6; }
a { background-color: rgb(118,133,214); }
div.DivClassName
{
background-color: #7685D6;
}
.BgClassName
{
background-color: #7685D6;
}
</style>
border-color css
<style>
span { border-color: #7685D6; }
span { border-color: rgb(118,133,214); }
td.TdClassName
{
border-color: #7685D6;
}
.TagClassName
{
border-color: #7685D6;
}
</style>