Shades of Portage #7984DB
Tints of Portage #7984DB
RGB
CMYK
RGB Variations
Color information
#7984DB (or 0x7984DB) is known color: Portage. HEX triplet: 79, 84 and DB. RGB value is (121,132,219). Sum of RGB (Red+Green+Blue) = 121+132+219=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7984DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984DB is #867B24. Grayscale: #8A8A8A. Windows color (decimal): -8813349 or 14386297. OLE color: 14386297.
HSL color Cylindrical-coordinate representation of color #7984DB: hue angle of 233.27º 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 #7984DB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 132 | 219 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.14 |
| HSL | 233.27º | 0.58% | 0.67% | - |
| HSV(B) | 233.27º | 0.45% | 0.86% | - |
| XYZ | 28.92 | 25.68 | 70.45 | - |
| YUV | 138.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 219 | 0.45 | 0.40 | 0 | 0.14 | 233.27 | 0.58 | 0.67 |
| Hex | 79 | 84 | DB | 2D | 28 | 0 | E | E9 | 3A | 43 |
| Octal | 171 | 204 | 333 | 55 | 50 | 0 | 16 | 351 | 72 | 103 |
| Binary | 1111001 | 10000100 | 11011011 | 101101 | 101000 | 0 | 1110 | 11101001 | 111010 | 1000011 |
Color Harmonies of #7984DB
Complementary color
Monochromatic Colors of #7984DB
Black with #7984DB
Text Example
Text Example
White with #7984DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7984DB; }
p { color: rgb(121,132,219); }
H1.HeaderClassName
{
color: #7984DB;
}
.AnyTagClassName
{
color: #7984DB;
}
</style>
background-color css
<style>
a { background-color: #7984DB; }
a { background-color: rgb(121,132,219); }
div.DivClassName
{
background-color: #7984DB;
}
.BgClassName
{
background-color: #7984DB;
}
</style>
border-color css
<style>
span { border-color: #7984DB; }
span { border-color: rgb(121,132,219); }
td.TdClassName
{
border-color: #7984DB;
}
.TagClassName
{
border-color: #7984DB;
}
</style>