Shades of Portage #7F83E9
Tints of Portage #7F83E9
RGB
CMYK
RGB Variations
Color information
#7F83E9 (or 0x7F83E9) is known color: Portage. HEX triplet: 7F, 83 and E9. RGB value is (127,131,233). Sum of RGB (Red+Green+Blue) = 127+131+233=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F83E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F83E9 is #807C16. Grayscale: #8D8D8D. Windows color (decimal): -8420375 or 15303551. OLE color: 15303551.
HSL color Cylindrical-coordinate representation of color #7F83E9: hue angle of 237.74º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F83E9 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 131 | 233 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.09 |
| HSL | 237.74º | 0.71% | 0.71% | - |
| HSV(B) | 237.74º | 0.45% | 0.91% | - |
| XYZ | 31.58 | 26.63 | 80.57 | - |
| YUV | 141.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 233 | 0.45 | 0.44 | 0 | 0.09 | 237.74 | 0.71 | 0.71 |
| Hex | 7F | 83 | E9 | 2D | 2C | 0 | 9 | EE | 47 | 47 |
| Octal | 177 | 203 | 351 | 55 | 54 | 0 | 11 | 356 | 107 | 107 |
| Binary | 1111111 | 10000011 | 11101001 | 101101 | 101100 | 0 | 1001 | 11101110 | 1000111 | 1000111 |
Color Harmonies of #7F83E9
Complementary color
Monochromatic Colors of #7F83E9
Black with #7F83E9
Text Example
Text Example
White with #7F83E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83E9; }
p { color: rgb(127,131,233); }
H1.HeaderClassName
{
color: #7F83E9;
}
.AnyTagClassName
{
color: #7F83E9;
}
</style>
background-color css
<style>
a { background-color: #7F83E9; }
a { background-color: rgb(127,131,233); }
div.DivClassName
{
background-color: #7F83E9;
}
.BgClassName
{
background-color: #7F83E9;
}
</style>
border-color css
<style>
span { border-color: #7F83E9; }
span { border-color: rgb(127,131,233); }
td.TdClassName
{
border-color: #7F83E9;
}
.TagClassName
{
border-color: #7F83E9;
}
</style>