Shades of Portage #7984E4
Tints of Portage #7984E4
RGB
CMYK
RGB Variations
Color information
#7984E4 (or 0x7984E4) is known color: Portage. HEX triplet: 79, 84 and E4. RGB value is (121,132,228). Sum of RGB (Red+Green+Blue) = 121+132+228=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #7984E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984E4 is #867B1B. Grayscale: #8B8B8B. Windows color (decimal): -8813340 or 14976121. OLE color: 14976121.
HSL color Cylindrical-coordinate representation of color #7984E4: hue angle of 233.83º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7984E4 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 132 | 228 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.11 |
| HSL | 233.83º | 0.66% | 0.68% | - |
| HSV(B) | 233.83º | 0.47% | 0.89% | - |
| XYZ | 30.14 | 26.17 | 76.86 | - |
| YUV | 139.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 228 | 0.47 | 0.42 | 0 | 0.11 | 233.83 | 0.66 | 0.68 |
| Hex | 79 | 84 | E4 | 2F | 2A | 0 | B | EA | 42 | 44 |
| Octal | 171 | 204 | 344 | 57 | 52 | 0 | 13 | 352 | 102 | 104 |
| Binary | 1111001 | 10000100 | 11100100 | 101111 | 101010 | 0 | 1011 | 11101010 | 1000010 | 1000100 |
Color Harmonies of #7984E4
Complementary color
Monochromatic Colors of #7984E4
Black with #7984E4
Text Example
Text Example
White with #7984E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7984E4; }
p { color: rgb(121,132,228); }
H1.HeaderClassName
{
color: #7984E4;
}
.AnyTagClassName
{
color: #7984E4;
}
</style>
background-color css
<style>
a { background-color: #7984E4; }
a { background-color: rgb(121,132,228); }
div.DivClassName
{
background-color: #7984E4;
}
.BgClassName
{
background-color: #7984E4;
}
</style>
border-color css
<style>
span { border-color: #7984E4; }
span { border-color: rgb(121,132,228); }
td.TdClassName
{
border-color: #7984E4;
}
.TagClassName
{
border-color: #7984E4;
}
</style>