Shades of Portage #7883E9
Tints of Portage #7883E9
RGB
CMYK
RGB Variations
Color information
#7883E9 (or 0x7883E9) is known color: Portage. HEX triplet: 78, 83 and E9. RGB value is (120,131,233). Sum of RGB (Red+Green+Blue) = 120+131+233=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #7883E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7883E9 is #877C16. Grayscale: #8A8A8A. Windows color (decimal): -8879127 or 15303544. OLE color: 15303544.
HSL color Cylindrical-coordinate representation of color #7883E9: hue angle of 234.16º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7883E9 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 131 | 233 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.09 |
| HSL | 234.16º | 0.72% | 0.69% | - |
| HSV(B) | 234.16º | 0.48% | 0.91% | - |
| XYZ | 30.57 | 26.11 | 80.52 | - |
| YUV | 139.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 233 | 0.48 | 0.44 | 0 | 0.09 | 234.16 | 0.72 | 0.69 |
| Hex | 78 | 83 | E9 | 30 | 2C | 0 | 9 | EA | 48 | 45 |
| Octal | 170 | 203 | 351 | 60 | 54 | 0 | 11 | 352 | 110 | 105 |
| Binary | 1111000 | 10000011 | 11101001 | 110000 | 101100 | 0 | 1001 | 11101010 | 1001000 | 1000101 |
Color Harmonies of #7883E9
Complementary color
Monochromatic Colors of #7883E9
Black with #7883E9
Text Example
Text Example
White with #7883E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883E9; }
p { color: rgb(120,131,233); }
H1.HeaderClassName
{
color: #7883E9;
}
.AnyTagClassName
{
color: #7883E9;
}
</style>
background-color css
<style>
a { background-color: #7883E9; }
a { background-color: rgb(120,131,233); }
div.DivClassName
{
background-color: #7883E9;
}
.BgClassName
{
background-color: #7883E9;
}
</style>
border-color css
<style>
span { border-color: #7883E9; }
span { border-color: rgb(120,131,233); }
td.TdClassName
{
border-color: #7883E9;
}
.TagClassName
{
border-color: #7883E9;
}
</style>