Shades of Portage #7984DD
Tints of Portage #7984DD
RGB
CMYK
RGB Variations
Color information
#7984DD (or 0x7984DD) is known color: Portage. HEX triplet: 79, 84 and DD. RGB value is (121,132,221). Sum of RGB (Red+Green+Blue) = 121+132+221=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #7984DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984DD is #867B22. Grayscale: #8A8A8A. Windows color (decimal): -8813347 or 14517369. OLE color: 14517369.
HSL color Cylindrical-coordinate representation of color #7984DD: hue angle of 233.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7984DD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 132 | 221 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.13 |
| HSL | 233.4º | 0.6% | 0.67% | - |
| HSV(B) | 233.4º | 0.45% | 0.87% | - |
| XYZ | 29.19 | 25.79 | 71.85 | - |
| YUV | 138.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 221 | 0.45 | 0.40 | 0 | 0.13 | 233.4 | 0.6 | 0.67 |
| Hex | 79 | 84 | DD | 2D | 28 | 0 | D | E9 | 3C | 43 |
| Octal | 171 | 204 | 335 | 55 | 50 | 0 | 15 | 351 | 74 | 103 |
| Binary | 1111001 | 10000100 | 11011101 | 101101 | 101000 | 0 | 1101 | 11101001 | 111100 | 1000011 |
Color Harmonies of #7984DD
Complementary color
Monochromatic Colors of #7984DD
Black with #7984DD
Text Example
Text Example
White with #7984DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7984DD; }
p { color: rgb(121,132,221); }
H1.HeaderClassName
{
color: #7984DD;
}
.AnyTagClassName
{
color: #7984DD;
}
</style>
background-color css
<style>
a { background-color: #7984DD; }
a { background-color: rgb(121,132,221); }
div.DivClassName
{
background-color: #7984DD;
}
.BgClassName
{
background-color: #7984DD;
}
</style>
border-color css
<style>
span { border-color: #7984DD; }
span { border-color: rgb(121,132,221); }
td.TdClassName
{
border-color: #7984DD;
}
.TagClassName
{
border-color: #7984DD;
}
</style>