Shades of Portage #7885E4
Tints of Portage #7885E4
RGB
CMYK
RGB Variations
Color information
#7885E4 (or 0x7885E4) is known color: Portage. HEX triplet: 78, 85 and E4. RGB value is (120,133,228). Sum of RGB (Red+Green+Blue) = 120+133+228=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #7885E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885E4 is #877A1B. Grayscale: #8B8B8B. Windows color (decimal): -8878620 or 14976376. OLE color: 14976376.
HSL color Cylindrical-coordinate representation of color #7885E4: hue angle of 232.78º degrees, saturation: 0.67, 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 #7885E4 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 133 | 228 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.11 |
| HSL | 232.78º | 0.67% | 0.68% | - |
| HSV(B) | 232.78º | 0.47% | 0.89% | - |
| XYZ | 30.14 | 26.37 | 76.9 | - |
| YUV | 139.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 228 | 0.47 | 0.42 | 0 | 0.11 | 232.78 | 0.67 | 0.68 |
| Hex | 78 | 85 | E4 | 2F | 2A | 0 | B | E9 | 43 | 44 |
| Octal | 170 | 205 | 344 | 57 | 52 | 0 | 13 | 351 | 103 | 104 |
| Binary | 1111000 | 10000101 | 11100100 | 101111 | 101010 | 0 | 1011 | 11101001 | 1000011 | 1000100 |
Color Harmonies of #7885E4
Complementary color
Monochromatic Colors of #7885E4
Black with #7885E4
Text Example
Text Example
White with #7885E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885E4; }
p { color: rgb(120,133,228); }
H1.HeaderClassName
{
color: #7885E4;
}
.AnyTagClassName
{
color: #7885E4;
}
</style>
background-color css
<style>
a { background-color: #7885E4; }
a { background-color: rgb(120,133,228); }
div.DivClassName
{
background-color: #7885E4;
}
.BgClassName
{
background-color: #7885E4;
}
</style>
border-color css
<style>
span { border-color: #7885E4; }
span { border-color: rgb(120,133,228); }
td.TdClassName
{
border-color: #7885E4;
}
.TagClassName
{
border-color: #7885E4;
}
</style>