Shades of Portage #7694DA
Tints of Portage #7694DA
RGB
CMYK
RGB Variations
Color information
#7694DA (or 0x7694DA) is known color: Portage. HEX triplet: 76, 94 and DA. RGB value is (118,148,218). Sum of RGB (Red+Green+Blue) = 118+148+218=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7694DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694DA is #896B25. Grayscale: #929292. Windows color (decimal): -9005862 or 14324854. OLE color: 14324854.
HSL color Cylindrical-coordinate representation of color #7694DA: hue angle of 222º 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 #7694DA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 148 | 218 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.15 |
| HSL | 222º | 0.57% | 0.66% | - |
| HSV(B) | 222º | 0.46% | 0.85% | - |
| XYZ | 30.72 | 30.09 | 70.52 | - |
| YUV | 147.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 218 | 0.46 | 0.32 | 0 | 0.15 | 222 | 0.57 | 0.66 |
| Hex | 76 | 94 | DA | 2E | 20 | 0 | F | DE | 39 | 42 |
| Octal | 166 | 224 | 332 | 56 | 40 | 0 | 17 | 336 | 71 | 102 |
| Binary | 1110110 | 10010100 | 11011010 | 101110 | 100000 | 0 | 1111 | 11011110 | 111001 | 1000010 |
Color Harmonies of #7694DA
Complementary color
Monochromatic Colors of #7694DA
Black with #7694DA
Text Example
Text Example
White with #7694DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7694DA; }
p { color: rgb(118,148,218); }
H1.HeaderClassName
{
color: #7694DA;
}
.AnyTagClassName
{
color: #7694DA;
}
</style>
background-color css
<style>
a { background-color: #7694DA; }
a { background-color: rgb(118,148,218); }
div.DivClassName
{
background-color: #7694DA;
}
.BgClassName
{
background-color: #7694DA;
}
</style>
border-color css
<style>
span { border-color: #7694DA; }
span { border-color: rgb(118,148,218); }
td.TdClassName
{
border-color: #7694DA;
}
.TagClassName
{
border-color: #7694DA;
}
</style>