Shades of Portage #7B85EC
Tints of Portage #7B85EC
RGB
CMYK
RGB Variations
Color information
#7B85EC (or 0x7B85EC) is known color: Portage. HEX triplet: 7B, 85 and EC. RGB value is (123,133,236). Sum of RGB (Red+Green+Blue) = 123+133+236=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B85EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B85EC is #847A13. Grayscale: #8D8D8D. Windows color (decimal): -8682004 or 15500667. OLE color: 15500667.
HSL color Cylindrical-coordinate representation of color #7B85EC: hue angle of 234.69º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B85EC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 133 | 236 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.07 |
| HSL | 234.69º | 0.75% | 0.7% | - |
| HSV(B) | 234.69º | 0.48% | 0.93% | - |
| XYZ | 31.7 | 27.04 | 82.91 | - |
| YUV | 141.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 236 | 0.48 | 0.44 | 0 | 0.07 | 234.69 | 0.75 | 0.7 |
| Hex | 7B | 85 | EC | 30 | 2C | 0 | 7 | EB | 4B | 46 |
| Octal | 173 | 205 | 354 | 60 | 54 | 0 | 7 | 353 | 113 | 106 |
| Binary | 1111011 | 10000101 | 11101100 | 110000 | 101100 | 0 | 111 | 11101011 | 1001011 | 1000110 |
Color Harmonies of #7B85EC
Complementary color
Monochromatic Colors of #7B85EC
Black with #7B85EC
Text Example
Text Example
White with #7B85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85EC; }
p { color: rgb(123,133,236); }
H1.HeaderClassName
{
color: #7B85EC;
}
.AnyTagClassName
{
color: #7B85EC;
}
</style>
background-color css
<style>
a { background-color: #7B85EC; }
a { background-color: rgb(123,133,236); }
div.DivClassName
{
background-color: #7B85EC;
}
.BgClassName
{
background-color: #7B85EC;
}
</style>
border-color css
<style>
span { border-color: #7B85EC; }
span { border-color: rgb(123,133,236); }
td.TdClassName
{
border-color: #7B85EC;
}
.TagClassName
{
border-color: #7B85EC;
}
</style>