Shades of Portage #7986D7
Tints of Portage #7986D7
RGB
CMYK
RGB Variations
Color information
#7986D7 (or 0x7986D7) is known color: Portage. HEX triplet: 79, 86 and D7. RGB value is (121,134,215). Sum of RGB (Red+Green+Blue) = 121+134+215=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #7986D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986D7 is #867928. Grayscale: #8B8B8B. Windows color (decimal): -8812841 or 14124665. OLE color: 14124665.
HSL color Cylindrical-coordinate representation of color #7986D7: hue angle of 231.7º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7986D7 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 134 | 215 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.16 |
| HSL | 231.7º | 0.54% | 0.66% | - |
| HSV(B) | 231.7º | 0.44% | 0.84% | - |
| XYZ | 28.68 | 26.02 | 67.8 | - |
| YUV | 139.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 215 | 0.44 | 0.38 | 0 | 0.16 | 231.7 | 0.54 | 0.66 |
| Hex | 79 | 86 | D7 | 2C | 26 | 0 | 10 | E8 | 36 | 42 |
| Octal | 171 | 206 | 327 | 54 | 46 | 0 | 20 | 350 | 66 | 102 |
| Binary | 1111001 | 10000110 | 11010111 | 101100 | 100110 | 0 | 10000 | 11101000 | 110110 | 1000010 |
Color Harmonies of #7986D7
Complementary color
Monochromatic Colors of #7986D7
Black with #7986D7
Text Example
Text Example
White with #7986D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7986D7; }
p { color: rgb(121,134,215); }
H1.HeaderClassName
{
color: #7986D7;
}
.AnyTagClassName
{
color: #7986D7;
}
</style>
background-color css
<style>
a { background-color: #7986D7; }
a { background-color: rgb(121,134,215); }
div.DivClassName
{
background-color: #7986D7;
}
.BgClassName
{
background-color: #7986D7;
}
</style>
border-color css
<style>
span { border-color: #7986D7; }
span { border-color: rgb(121,134,215); }
td.TdClassName
{
border-color: #7986D7;
}
.TagClassName
{
border-color: #7986D7;
}
</style>