Shades of Portage #7F83E5
Tints of Portage #7F83E5
RGB
CMYK
RGB Variations
Color information
#7F83E5 (or 0x7F83E5) is known color: Portage. HEX triplet: 7F, 83 and E5. RGB value is (127,131,229). Sum of RGB (Red+Green+Blue) = 127+131+229=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F83E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83E5 is #807C1A. Grayscale: #8C8C8C. Windows color (decimal): -8420379 or 15041407. OLE color: 15041407.
HSL color Cylindrical-coordinate representation of color #7F83E5: hue angle of 237.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F83E5 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 131 | 229 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.10 |
| HSL | 237.65º | 0.66% | 0.7% | - |
| HSV(B) | 237.65º | 0.45% | 0.9% | - |
| XYZ | 31.01 | 26.4 | 77.59 | - |
| YUV | 140.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 229 | 0.45 | 0.43 | 0 | 0.10 | 237.65 | 0.66 | 0.7 |
| Hex | 7F | 83 | E5 | 2D | 2B | 0 | A | EE | 42 | 46 |
| Octal | 177 | 203 | 345 | 55 | 53 | 0 | 12 | 356 | 102 | 106 |
| Binary | 1111111 | 10000011 | 11100101 | 101101 | 101011 | 0 | 1010 | 11101110 | 1000010 | 1000110 |
Color Harmonies of #7F83E5
Complementary color
Monochromatic Colors of #7F83E5
Black with #7F83E5
Text Example
Text Example
White with #7F83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83E5; }
p { color: rgb(127,131,229); }
H1.HeaderClassName
{
color: #7F83E5;
}
.AnyTagClassName
{
color: #7F83E5;
}
</style>
background-color css
<style>
a { background-color: #7F83E5; }
a { background-color: rgb(127,131,229); }
div.DivClassName
{
background-color: #7F83E5;
}
.BgClassName
{
background-color: #7F83E5;
}
</style>
border-color css
<style>
span { border-color: #7F83E5; }
span { border-color: rgb(127,131,229); }
td.TdClassName
{
border-color: #7F83E5;
}
.TagClassName
{
border-color: #7F83E5;
}
</style>