Shades of Portage #7685D9
Tints of Portage #7685D9
RGB
CMYK
RGB Variations
Color information
#7685D9 (or 0x7685D9) is known color: Portage. HEX triplet: 76, 85 and D9. RGB value is (118,133,217). Sum of RGB (Red+Green+Blue) = 118+133+217=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #7685D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685D9 is #897A26. Grayscale: #898989. Windows color (decimal): -9009703 or 14255478. OLE color: 14255478.
HSL color Cylindrical-coordinate representation of color #7685D9: hue angle of 230.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7685D9 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 133 | 217 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.15 |
| HSL | 230.91º | 0.57% | 0.66% | - |
| HSV(B) | 230.91º | 0.46% | 0.85% | - |
| XYZ | 28.38 | 25.64 | 69.1 | - |
| YUV | 138.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 217 | 0.46 | 0.39 | 0 | 0.15 | 230.91 | 0.57 | 0.66 |
| Hex | 76 | 85 | D9 | 2E | 27 | 0 | F | E7 | 39 | 42 |
| Octal | 166 | 205 | 331 | 56 | 47 | 0 | 17 | 347 | 71 | 102 |
| Binary | 1110110 | 10000101 | 11011001 | 101110 | 100111 | 0 | 1111 | 11100111 | 111001 | 1000010 |
Color Harmonies of #7685D9
Complementary color
Monochromatic Colors of #7685D9
Black with #7685D9
Text Example
Text Example
White with #7685D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685D9; }
p { color: rgb(118,133,217); }
H1.HeaderClassName
{
color: #7685D9;
}
.AnyTagClassName
{
color: #7685D9;
}
</style>
background-color css
<style>
a { background-color: #7685D9; }
a { background-color: rgb(118,133,217); }
div.DivClassName
{
background-color: #7685D9;
}
.BgClassName
{
background-color: #7685D9;
}
</style>
border-color css
<style>
span { border-color: #7685D9; }
span { border-color: rgb(118,133,217); }
td.TdClassName
{
border-color: #7685D9;
}
.TagClassName
{
border-color: #7685D9;
}
</style>