Shades of Portage #7B84DE
Tints of Portage #7B84DE
RGB
CMYK
RGB Variations
Color information
#7B84DE (or 0x7B84DE) is known color: Portage. HEX triplet: 7B, 84 and DE. RGB value is (123,132,222). Sum of RGB (Red+Green+Blue) = 123+132+222=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B84DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84DE is #847B21. Grayscale: #8B8B8B. Windows color (decimal): -8682274 or 14582907. OLE color: 14582907.
HSL color Cylindrical-coordinate representation of color #7B84DE: hue angle of 234.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B84DE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 132 | 222 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.13 |
| HSL | 234.55º | 0.6% | 0.68% | - |
| HSV(B) | 234.55º | 0.45% | 0.87% | - |
| XYZ | 29.6 | 25.99 | 72.56 | - |
| YUV | 139.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 222 | 0.45 | 0.41 | 0 | 0.13 | 234.55 | 0.6 | 0.68 |
| Hex | 7B | 84 | DE | 2D | 29 | 0 | D | EB | 3C | 44 |
| Octal | 173 | 204 | 336 | 55 | 51 | 0 | 15 | 353 | 74 | 104 |
| Binary | 1111011 | 10000100 | 11011110 | 101101 | 101001 | 0 | 1101 | 11101011 | 111100 | 1000100 |
Color Harmonies of #7B84DE
Complementary color
Monochromatic Colors of #7B84DE
Black with #7B84DE
Text Example
Text Example
White with #7B84DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84DE; }
p { color: rgb(123,132,222); }
H1.HeaderClassName
{
color: #7B84DE;
}
.AnyTagClassName
{
color: #7B84DE;
}
</style>
background-color css
<style>
a { background-color: #7B84DE; }
a { background-color: rgb(123,132,222); }
div.DivClassName
{
background-color: #7B84DE;
}
.BgClassName
{
background-color: #7B84DE;
}
</style>
border-color css
<style>
span { border-color: #7B84DE; }
span { border-color: rgb(123,132,222); }
td.TdClassName
{
border-color: #7B84DE;
}
.TagClassName
{
border-color: #7B84DE;
}
</style>