Shades of Portage #7885DC
Tints of Portage #7885DC
RGB
CMYK
RGB Variations
Color information
#7885DC (or 0x7885DC) is known color: Portage. HEX triplet: 78, 85 and DC. RGB value is (120,133,220). Sum of RGB (Red+Green+Blue) = 120+133+220=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7885DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885DC is #877A23. Grayscale: #8A8A8A. Windows color (decimal): -8878628 or 14452088. OLE color: 14452088.
HSL color Cylindrical-coordinate representation of color #7885DC: hue angle of 232.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7885DC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 133 | 220 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.14 |
| HSL | 232.2º | 0.59% | 0.67% | - |
| HSV(B) | 232.2º | 0.45% | 0.86% | - |
| XYZ | 29.05 | 25.94 | 71.19 | - |
| YUV | 139.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 220 | 0.45 | 0.40 | 0 | 0.14 | 232.2 | 0.59 | 0.67 |
| Hex | 78 | 85 | DC | 2D | 28 | 0 | E | E8 | 3B | 43 |
| Octal | 170 | 205 | 334 | 55 | 50 | 0 | 16 | 350 | 73 | 103 |
| Binary | 1111000 | 10000101 | 11011100 | 101101 | 101000 | 0 | 1110 | 11101000 | 111011 | 1000011 |
Color Harmonies of #7885DC
Complementary color
Monochromatic Colors of #7885DC
Black with #7885DC
Text Example
Text Example
White with #7885DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885DC; }
p { color: rgb(120,133,220); }
H1.HeaderClassName
{
color: #7885DC;
}
.AnyTagClassName
{
color: #7885DC;
}
</style>
background-color css
<style>
a { background-color: #7885DC; }
a { background-color: rgb(120,133,220); }
div.DivClassName
{
background-color: #7885DC;
}
.BgClassName
{
background-color: #7885DC;
}
</style>
border-color css
<style>
span { border-color: #7885DC; }
span { border-color: rgb(120,133,220); }
td.TdClassName
{
border-color: #7885DC;
}
.TagClassName
{
border-color: #7885DC;
}
</style>