Shades of Portage #7686DF
Tints of Portage #7686DF
RGB
CMYK
RGB Variations
Color information
#7686DF (or 0x7686DF) is known color: Portage. HEX triplet: 76, 86 and DF. RGB value is (118,134,223). Sum of RGB (Red+Green+Blue) = 118+134+223=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #7686DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686DF is #897920. Grayscale: #8A8A8A. Windows color (decimal): -9009441 or 14648950. OLE color: 14648950.
HSL color Cylindrical-coordinate representation of color #7686DF: hue angle of 230.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7686DF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 134 | 223 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.13 |
| HSL | 230.86º | 0.62% | 0.67% | - |
| HSV(B) | 230.86º | 0.47% | 0.87% | - |
| XYZ | 29.32 | 26.23 | 73.33 | - |
| YUV | 139.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 223 | 0.47 | 0.40 | 0 | 0.13 | 230.86 | 0.62 | 0.67 |
| Hex | 76 | 86 | DF | 2F | 28 | 0 | D | E7 | 3E | 43 |
| Octal | 166 | 206 | 337 | 57 | 50 | 0 | 15 | 347 | 76 | 103 |
| Binary | 1110110 | 10000110 | 11011111 | 101111 | 101000 | 0 | 1101 | 11100111 | 111110 | 1000011 |
Color Harmonies of #7686DF
Complementary color
Monochromatic Colors of #7686DF
Black with #7686DF
Text Example
Text Example
White with #7686DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686DF; }
p { color: rgb(118,134,223); }
H1.HeaderClassName
{
color: #7686DF;
}
.AnyTagClassName
{
color: #7686DF;
}
</style>
background-color css
<style>
a { background-color: #7686DF; }
a { background-color: rgb(118,134,223); }
div.DivClassName
{
background-color: #7686DF;
}
.BgClassName
{
background-color: #7686DF;
}
</style>
border-color css
<style>
span { border-color: #7686DF; }
span { border-color: rgb(118,134,223); }
td.TdClassName
{
border-color: #7686DF;
}
.TagClassName
{
border-color: #7686DF;
}
</style>