Shades of Portage #7B8EE9
Tints of Portage #7B8EE9
RGB
CMYK
RGB Variations
Color information
#7B8EE9 (or 0x7B8EE9) is known color: Portage. HEX triplet: 7B, 8E and E9. RGB value is (123,142,233). Sum of RGB (Red+Green+Blue) = 123+142+233=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #7B8EE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8EE9 is #847116. Grayscale: #929292. Windows color (decimal): -8679703 or 15306363. OLE color: 15306363.
HSL color Cylindrical-coordinate representation of color #7B8EE9: hue angle of 229.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B8EE9 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 142 | 233 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.09 |
| HSL | 229.64º | 0.71% | 0.7% | - |
| HSV(B) | 229.64º | 0.47% | 0.91% | - |
| XYZ | 32.55 | 29.44 | 81.06 | - |
| YUV | 146.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 233 | 0.47 | 0.39 | 0 | 0.09 | 229.64 | 0.71 | 0.7 |
| Hex | 7B | 8E | E9 | 2F | 27 | 0 | 9 | E6 | 47 | 46 |
| Octal | 173 | 216 | 351 | 57 | 47 | 0 | 11 | 346 | 107 | 106 |
| Binary | 1111011 | 10001110 | 11101001 | 101111 | 100111 | 0 | 1001 | 11100110 | 1000111 | 1000110 |
Color Harmonies of #7B8EE9
Complementary color
Monochromatic Colors of #7B8EE9
Black with #7B8EE9
Text Example
Text Example
White with #7B8EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8EE9; }
p { color: rgb(123,142,233); }
H1.HeaderClassName
{
color: #7B8EE9;
}
.AnyTagClassName
{
color: #7B8EE9;
}
</style>
background-color css
<style>
a { background-color: #7B8EE9; }
a { background-color: rgb(123,142,233); }
div.DivClassName
{
background-color: #7B8EE9;
}
.BgClassName
{
background-color: #7B8EE9;
}
</style>
border-color css
<style>
span { border-color: #7B8EE9; }
span { border-color: rgb(123,142,233); }
td.TdClassName
{
border-color: #7B8EE9;
}
.TagClassName
{
border-color: #7B8EE9;
}
</style>