Shades of Portage #7A84DE
Tints of Portage #7A84DE
RGB
CMYK
RGB Variations
Color information
#7A84DE (or 0x7A84DE) is known color: Portage. HEX triplet: 7A, 84 and DE. RGB value is (122,132,222). Sum of RGB (Red+Green+Blue) = 122+132+222=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A84DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A84DE is #857B21. Grayscale: #8A8A8A. Windows color (decimal): -8747810 or 14582906. OLE color: 14582906.
HSL color Cylindrical-coordinate representation of color #7A84DE: hue angle of 234º 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 #7A84DE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 132 | 222 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.13 |
| HSL | 234º | 0.6% | 0.67% | - |
| HSV(B) | 234º | 0.45% | 0.87% | - |
| XYZ | 29.46 | 25.91 | 72.56 | - |
| YUV | 139.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 222 | 0.45 | 0.41 | 0 | 0.13 | 234 | 0.6 | 0.67 |
| Hex | 7A | 84 | DE | 2D | 29 | 0 | D | EA | 3C | 43 |
| Octal | 172 | 204 | 336 | 55 | 51 | 0 | 15 | 352 | 74 | 103 |
| Binary | 1111010 | 10000100 | 11011110 | 101101 | 101001 | 0 | 1101 | 11101010 | 111100 | 1000011 |
Color Harmonies of #7A84DE
Complementary color
Monochromatic Colors of #7A84DE
Black with #7A84DE
Text Example
Text Example
White with #7A84DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84DE; }
p { color: rgb(122,132,222); }
H1.HeaderClassName
{
color: #7A84DE;
}
.AnyTagClassName
{
color: #7A84DE;
}
</style>
background-color css
<style>
a { background-color: #7A84DE; }
a { background-color: rgb(122,132,222); }
div.DivClassName
{
background-color: #7A84DE;
}
.BgClassName
{
background-color: #7A84DE;
}
</style>
border-color css
<style>
span { border-color: #7A84DE; }
span { border-color: rgb(122,132,222); }
td.TdClassName
{
border-color: #7A84DE;
}
.TagClassName
{
border-color: #7A84DE;
}
</style>