Shades of Portage #7885E3
Tints of Portage #7885E3
RGB
CMYK
RGB Variations
Color information
#7885E3 (or 0x7885E3) is known color: Portage. HEX triplet: 78, 85 and E3. RGB value is (120,133,227). Sum of RGB (Red+Green+Blue) = 120+133+227=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #7885E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885E3 is #877A1C. Grayscale: #8B8B8B. Windows color (decimal): -8878621 or 14910840. OLE color: 14910840.
HSL color Cylindrical-coordinate representation of color #7885E3: hue angle of 232.71º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7885E3 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 133 | 227 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.11 |
| HSL | 232.71º | 0.66% | 0.68% | - |
| HSV(B) | 232.71º | 0.47% | 0.89% | - |
| XYZ | 30 | 26.31 | 76.17 | - |
| YUV | 139.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 227 | 0.47 | 0.41 | 0 | 0.11 | 232.71 | 0.66 | 0.68 |
| Hex | 78 | 85 | E3 | 2F | 29 | 0 | B | E9 | 42 | 44 |
| Octal | 170 | 205 | 343 | 57 | 51 | 0 | 13 | 351 | 102 | 104 |
| Binary | 1111000 | 10000101 | 11100011 | 101111 | 101001 | 0 | 1011 | 11101001 | 1000010 | 1000100 |
Color Harmonies of #7885E3
Complementary color
Monochromatic Colors of #7885E3
Black with #7885E3
Text Example
Text Example
White with #7885E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885E3; }
p { color: rgb(120,133,227); }
H1.HeaderClassName
{
color: #7885E3;
}
.AnyTagClassName
{
color: #7885E3;
}
</style>
background-color css
<style>
a { background-color: #7885E3; }
a { background-color: rgb(120,133,227); }
div.DivClassName
{
background-color: #7885E3;
}
.BgClassName
{
background-color: #7885E3;
}
</style>
border-color css
<style>
span { border-color: #7885E3; }
span { border-color: rgb(120,133,227); }
td.TdClassName
{
border-color: #7885E3;
}
.TagClassName
{
border-color: #7885E3;
}
</style>