Shades of Portage #7986E7
Tints of Portage #7986E7
RGB
CMYK
RGB Variations
Color information
#7986E7 (or 0x7986E7) is known color: Portage. HEX triplet: 79, 86 and E7. RGB value is (121,134,231). Sum of RGB (Red+Green+Blue) = 121+134+231=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #7986E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7986E7 is #867918. Grayscale: #8C8C8C. Windows color (decimal): -8812825 or 15173241. OLE color: 15173241.
HSL color Cylindrical-coordinate representation of color #7986E7: hue angle of 232.91º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7986E7 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 134 | 231 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.09 |
| HSL | 232.91º | 0.7% | 0.69% | - |
| HSV(B) | 232.91º | 0.48% | 0.91% | - |
| XYZ | 30.83 | 26.88 | 79.17 | - |
| YUV | 141.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 231 | 0.48 | 0.42 | 0 | 0.09 | 232.91 | 0.7 | 0.69 |
| Hex | 79 | 86 | E7 | 30 | 2A | 0 | 9 | E9 | 46 | 45 |
| Octal | 171 | 206 | 347 | 60 | 52 | 0 | 11 | 351 | 106 | 105 |
| Binary | 1111001 | 10000110 | 11100111 | 110000 | 101010 | 0 | 1001 | 11101001 | 1000110 | 1000101 |
Color Harmonies of #7986E7
Complementary color
Monochromatic Colors of #7986E7
Black with #7986E7
Text Example
Text Example
White with #7986E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7986E7; }
p { color: rgb(121,134,231); }
H1.HeaderClassName
{
color: #7986E7;
}
.AnyTagClassName
{
color: #7986E7;
}
</style>
background-color css
<style>
a { background-color: #7986E7; }
a { background-color: rgb(121,134,231); }
div.DivClassName
{
background-color: #7986E7;
}
.BgClassName
{
background-color: #7986E7;
}
</style>
border-color css
<style>
span { border-color: #7986E7; }
span { border-color: rgb(121,134,231); }
td.TdClassName
{
border-color: #7986E7;
}
.TagClassName
{
border-color: #7986E7;
}
</style>