Shades of Portage #7986DF
Tints of Portage #7986DF
RGB
CMYK
RGB Variations
Color information
#7986DF (or 0x7986DF) is known color: Portage. HEX triplet: 79, 86 and DF. RGB value is (121,134,223). Sum of RGB (Red+Green+Blue) = 121+134+223=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #7986DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986DF is #867920. Grayscale: #8B8B8B. Windows color (decimal): -8812833 or 14648953. OLE color: 14648953.
HSL color Cylindrical-coordinate representation of color #7986DF: hue angle of 232.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7986DF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 134 | 223 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.13 |
| HSL | 232.35º | 0.61% | 0.67% | - |
| HSV(B) | 232.35º | 0.46% | 0.87% | - |
| XYZ | 29.73 | 26.44 | 73.35 | - |
| YUV | 140.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 223 | 0.46 | 0.40 | 0 | 0.13 | 232.35 | 0.61 | 0.67 |
| Hex | 79 | 86 | DF | 2E | 28 | 0 | D | E8 | 3D | 43 |
| Octal | 171 | 206 | 337 | 56 | 50 | 0 | 15 | 350 | 75 | 103 |
| Binary | 1111001 | 10000110 | 11011111 | 101110 | 101000 | 0 | 1101 | 11101000 | 111101 | 1000011 |
Color Harmonies of #7986DF
Complementary color
Monochromatic Colors of #7986DF
Black with #7986DF
Text Example
Text Example
White with #7986DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7986DF; }
p { color: rgb(121,134,223); }
H1.HeaderClassName
{
color: #7986DF;
}
.AnyTagClassName
{
color: #7986DF;
}
</style>
background-color css
<style>
a { background-color: #7986DF; }
a { background-color: rgb(121,134,223); }
div.DivClassName
{
background-color: #7986DF;
}
.BgClassName
{
background-color: #7986DF;
}
</style>
border-color css
<style>
span { border-color: #7986DF; }
span { border-color: rgb(121,134,223); }
td.TdClassName
{
border-color: #7986DF;
}
.TagClassName
{
border-color: #7986DF;
}
</style>