Shades of Portage #7696DA
Tints of Portage #7696DA
RGB
CMYK
RGB Variations
Color information
#7696DA (or 0x7696DA) is known color: Portage. HEX triplet: 76, 96 and DA. RGB value is (118,150,218). Sum of RGB (Red+Green+Blue) = 118+150+218=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #7696DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696DA is #896925. Grayscale: #939393. Windows color (decimal): -9005350 or 14325366. OLE color: 14325366.
HSL color Cylindrical-coordinate representation of color #7696DA: hue angle of 220.8º 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 #7696DA is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 150 | 218 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.15 |
| HSL | 220.8º | 0.57% | 0.66% | - |
| HSV(B) | 220.8º | 0.46% | 0.85% | - |
| XYZ | 31.03 | 30.73 | 70.62 | - |
| YUV | 148.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 218 | 0.46 | 0.31 | 0 | 0.15 | 220.8 | 0.57 | 0.66 |
| Hex | 76 | 96 | DA | 2E | 1F | 0 | F | DD | 39 | 42 |
| Octal | 166 | 226 | 332 | 56 | 37 | 0 | 17 | 335 | 71 | 102 |
| Binary | 1110110 | 10010110 | 11011010 | 101110 | 11111 | 0 | 1111 | 11011101 | 111001 | 1000010 |
Color Harmonies of #7696DA
Complementary color
Monochromatic Colors of #7696DA
Black with #7696DA
Text Example
Text Example
White with #7696DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696DA; }
p { color: rgb(118,150,218); }
H1.HeaderClassName
{
color: #7696DA;
}
.AnyTagClassName
{
color: #7696DA;
}
</style>
background-color css
<style>
a { background-color: #7696DA; }
a { background-color: rgb(118,150,218); }
div.DivClassName
{
background-color: #7696DA;
}
.BgClassName
{
background-color: #7696DA;
}
</style>
border-color css
<style>
span { border-color: #7696DA; }
span { border-color: rgb(118,150,218); }
td.TdClassName
{
border-color: #7696DA;
}
.TagClassName
{
border-color: #7696DA;
}
</style>