Shades of Portage #7E92CC
Tints of Portage #7E92CC
RGB
CMYK
RGB Variations
Color information
#7E92CC (or 0x7E92CC) is known color: Portage. HEX triplet: 7E, 92 and CC. RGB value is (126,146,204). Sum of RGB (Red+Green+Blue) = 126+146+204=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E92CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E92CC is #816D33. Grayscale: #929292. Windows color (decimal): -8482100 or 13406846. OLE color: 13406846.
HSL color Cylindrical-coordinate representation of color #7E92CC: hue angle of 224.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E92CC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 146 | 204 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.2 |
| HSL | 224.62º | 0.43% | 0.65% | - |
| HSV(B) | 224.62º | 0.38% | 0.8% | - |
| XYZ | 29.78 | 29.35 | 61.22 | - |
| YUV | 146.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 204 | 0.38 | 0.28 | 0 | 0.2 | 224.62 | 0.43 | 0.65 |
| Hex | 7E | 92 | CC | 26 | 1C | 0 | 14 | E1 | 2B | 41 |
| Octal | 176 | 222 | 314 | 46 | 34 | 0 | 24 | 341 | 53 | 101 |
| Binary | 1111110 | 10010010 | 11001100 | 100110 | 11100 | 0 | 10100 | 11100001 | 101011 | 1000001 |
Color Harmonies of #7E92CC
Complementary color
Monochromatic Colors of #7E92CC
Black with #7E92CC
Text Example
Text Example
White with #7E92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E92CC; }
p { color: rgb(126,146,204); }
H1.HeaderClassName
{
color: #7E92CC;
}
.AnyTagClassName
{
color: #7E92CC;
}
</style>
background-color css
<style>
a { background-color: #7E92CC; }
a { background-color: rgb(126,146,204); }
div.DivClassName
{
background-color: #7E92CC;
}
.BgClassName
{
background-color: #7E92CC;
}
</style>
border-color css
<style>
span { border-color: #7E92CC; }
span { border-color: rgb(126,146,204); }
td.TdClassName
{
border-color: #7E92CC;
}
.TagClassName
{
border-color: #7E92CC;
}
</style>