Shades of Portage #7885E6
Tints of Portage #7885E6
RGB
CMYK
RGB Variations
Color information
#7885E6 (or 0x7885E6) is known color: Portage. HEX triplet: 78, 85 and E6. RGB value is (120,133,230). Sum of RGB (Red+Green+Blue) = 120+133+230=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #7885E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7885E6 is #877A19. Grayscale: #8B8B8B. Windows color (decimal): -8878618 or 15107448. OLE color: 15107448.
HSL color Cylindrical-coordinate representation of color #7885E6: hue angle of 232.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7885E6 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 133 | 230 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.10 |
| HSL | 232.91º | 0.69% | 0.69% | - |
| HSV(B) | 232.91º | 0.48% | 0.9% | - |
| XYZ | 30.42 | 26.48 | 78.37 | - |
| YUV | 140.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 230 | 0.48 | 0.42 | 0 | 0.10 | 232.91 | 0.69 | 0.69 |
| Hex | 78 | 85 | E6 | 30 | 2A | 0 | A | E9 | 45 | 45 |
| Octal | 170 | 205 | 346 | 60 | 52 | 0 | 12 | 351 | 105 | 105 |
| Binary | 1111000 | 10000101 | 11100110 | 110000 | 101010 | 0 | 1010 | 11101001 | 1000101 | 1000101 |
Color Harmonies of #7885E6
Complementary color
Monochromatic Colors of #7885E6
Black with #7885E6
Text Example
Text Example
White with #7885E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885E6; }
p { color: rgb(120,133,230); }
H1.HeaderClassName
{
color: #7885E6;
}
.AnyTagClassName
{
color: #7885E6;
}
</style>
background-color css
<style>
a { background-color: #7885E6; }
a { background-color: rgb(120,133,230); }
div.DivClassName
{
background-color: #7885E6;
}
.BgClassName
{
background-color: #7885E6;
}
</style>
border-color css
<style>
span { border-color: #7885E6; }
span { border-color: rgb(120,133,230); }
td.TdClassName
{
border-color: #7885E6;
}
.TagClassName
{
border-color: #7885E6;
}
</style>