Shades of Portage #7986DB
Tints of Portage #7986DB
RGB
CMYK
RGB Variations
Color information
#7986DB (or 0x7986DB) is known color: Portage. HEX triplet: 79, 86 and DB. RGB value is (121,134,219). Sum of RGB (Red+Green+Blue) = 121+134+219=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7986DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986DB is #867924. Grayscale: #8B8B8B. Windows color (decimal): -8812837 or 14386809. OLE color: 14386809.
HSL color Cylindrical-coordinate representation of color #7986DB: hue angle of 232.04º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7986DB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 134 | 219 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.14 |
| HSL | 232.04º | 0.58% | 0.67% | - |
| HSV(B) | 232.04º | 0.45% | 0.86% | - |
| XYZ | 29.2 | 26.23 | 70.54 | - |
| YUV | 139.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 219 | 0.45 | 0.39 | 0 | 0.14 | 232.04 | 0.58 | 0.67 |
| Hex | 79 | 86 | DB | 2D | 27 | 0 | E | E8 | 3A | 43 |
| Octal | 171 | 206 | 333 | 55 | 47 | 0 | 16 | 350 | 72 | 103 |
| Binary | 1111001 | 10000110 | 11011011 | 101101 | 100111 | 0 | 1110 | 11101000 | 111010 | 1000011 |
Color Harmonies of #7986DB
Complementary color
Monochromatic Colors of #7986DB
Black with #7986DB
Text Example
Text Example
White with #7986DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7986DB; }
p { color: rgb(121,134,219); }
H1.HeaderClassName
{
color: #7986DB;
}
.AnyTagClassName
{
color: #7986DB;
}
</style>
background-color css
<style>
a { background-color: #7986DB; }
a { background-color: rgb(121,134,219); }
div.DivClassName
{
background-color: #7986DB;
}
.BgClassName
{
background-color: #7986DB;
}
</style>
border-color css
<style>
span { border-color: #7986DB; }
span { border-color: rgb(121,134,219); }
td.TdClassName
{
border-color: #7986DB;
}
.TagClassName
{
border-color: #7986DB;
}
</style>