Shades of Portage #7C92CE
Tints of Portage #7C92CE
RGB
CMYK
RGB Variations
Color information
#7C92CE (or 0x7C92CE) is known color: Portage. HEX triplet: 7C, 92 and CE. RGB value is (124,146,206). Sum of RGB (Red+Green+Blue) = 124+146+206=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C92CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C92CE is #836D31. Grayscale: #929292. Windows color (decimal): -8613170 or 13537916. OLE color: 13537916.
HSL color Cylindrical-coordinate representation of color #7C92CE: hue angle of 223.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C92CE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 146 | 206 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.19 |
| HSL | 223.9º | 0.46% | 0.65% | - |
| HSV(B) | 223.9º | 0.4% | 0.81% | - |
| XYZ | 29.73 | 29.3 | 62.48 | - |
| YUV | 146.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 206 | 0.40 | 0.29 | 0 | 0.19 | 223.9 | 0.46 | 0.65 |
| Hex | 7C | 92 | CE | 28 | 1D | 0 | 13 | E0 | 2E | 41 |
| Octal | 174 | 222 | 316 | 50 | 35 | 0 | 23 | 340 | 56 | 101 |
| Binary | 1111100 | 10010010 | 11001110 | 101000 | 11101 | 0 | 10011 | 11100000 | 101110 | 1000001 |
Color Harmonies of #7C92CE
Complementary color
Monochromatic Colors of #7C92CE
Black with #7C92CE
Text Example
Text Example
White with #7C92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C92CE; }
p { color: rgb(124,146,206); }
H1.HeaderClassName
{
color: #7C92CE;
}
.AnyTagClassName
{
color: #7C92CE;
}
</style>
background-color css
<style>
a { background-color: #7C92CE; }
a { background-color: rgb(124,146,206); }
div.DivClassName
{
background-color: #7C92CE;
}
.BgClassName
{
background-color: #7C92CE;
}
</style>
border-color css
<style>
span { border-color: #7C92CE; }
span { border-color: rgb(124,146,206); }
td.TdClassName
{
border-color: #7C92CE;
}
.TagClassName
{
border-color: #7C92CE;
}
</style>