Shades of Portage #7885DB
Tints of Portage #7885DB
RGB
CMYK
RGB Variations
Color information
#7885DB (or 0x7885DB) is known color: Portage. HEX triplet: 78, 85 and DB. RGB value is (120,133,219). Sum of RGB (Red+Green+Blue) = 120+133+219=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7885DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885DB is #877A24. Grayscale: #8A8A8A. Windows color (decimal): -8878629 or 14386552. OLE color: 14386552.
HSL color Cylindrical-coordinate representation of color #7885DB: hue angle of 232.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7885DB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 133 | 219 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.14 |
| HSL | 232.12º | 0.58% | 0.66% | - |
| HSV(B) | 232.12º | 0.45% | 0.86% | - |
| XYZ | 28.92 | 25.88 | 70.49 | - |
| YUV | 138.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 219 | 0.45 | 0.39 | 0 | 0.14 | 232.12 | 0.58 | 0.66 |
| Hex | 78 | 85 | DB | 2D | 27 | 0 | E | E8 | 3A | 42 |
| Octal | 170 | 205 | 333 | 55 | 47 | 0 | 16 | 350 | 72 | 102 |
| Binary | 1111000 | 10000101 | 11011011 | 101101 | 100111 | 0 | 1110 | 11101000 | 111010 | 1000010 |
Color Harmonies of #7885DB
Complementary color
Monochromatic Colors of #7885DB
Black with #7885DB
Text Example
Text Example
White with #7885DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885DB; }
p { color: rgb(120,133,219); }
H1.HeaderClassName
{
color: #7885DB;
}
.AnyTagClassName
{
color: #7885DB;
}
</style>
background-color css
<style>
a { background-color: #7885DB; }
a { background-color: rgb(120,133,219); }
div.DivClassName
{
background-color: #7885DB;
}
.BgClassName
{
background-color: #7885DB;
}
</style>
border-color css
<style>
span { border-color: #7885DB; }
span { border-color: rgb(120,133,219); }
td.TdClassName
{
border-color: #7885DB;
}
.TagClassName
{
border-color: #7885DB;
}
</style>