Shades of Portage #7C92E9
Tints of Portage #7C92E9
RGB
CMYK
RGB Variations
Color information
#7C92E9 (or 0x7C92E9) is known color: Portage. HEX triplet: 7C, 92 and E9. RGB value is (124,146,233). Sum of RGB (Red+Green+Blue) = 124+146+233=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C92E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C92E9 is #836D16. Grayscale: #949494. Windows color (decimal): -8613143 or 15307388. OLE color: 15307388.
HSL color Cylindrical-coordinate representation of color #7C92E9: hue angle of 227.89º 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 #7C92E9 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 146 | 233 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.09 |
| HSL | 227.89º | 0.71% | 0.7% | - |
| HSV(B) | 227.89º | 0.47% | 0.91% | - |
| XYZ | 33.3 | 30.73 | 81.27 | - |
| YUV | 149.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 233 | 0.47 | 0.37 | 0 | 0.09 | 227.89 | 0.71 | 0.7 |
| Hex | 7C | 92 | E9 | 2F | 25 | 0 | 9 | E4 | 47 | 46 |
| Octal | 174 | 222 | 351 | 57 | 45 | 0 | 11 | 344 | 107 | 106 |
| Binary | 1111100 | 10010010 | 11101001 | 101111 | 100101 | 0 | 1001 | 11100100 | 1000111 | 1000110 |
Color Harmonies of #7C92E9
Complementary color
Monochromatic Colors of #7C92E9
Black with #7C92E9
Text Example
Text Example
White with #7C92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C92E9; }
p { color: rgb(124,146,233); }
H1.HeaderClassName
{
color: #7C92E9;
}
.AnyTagClassName
{
color: #7C92E9;
}
</style>
background-color css
<style>
a { background-color: #7C92E9; }
a { background-color: rgb(124,146,233); }
div.DivClassName
{
background-color: #7C92E9;
}
.BgClassName
{
background-color: #7C92E9;
}
</style>
border-color css
<style>
span { border-color: #7C92E9; }
span { border-color: rgb(124,146,233); }
td.TdClassName
{
border-color: #7C92E9;
}
.TagClassName
{
border-color: #7C92E9;
}
</style>