Shades of Portage #7882DB
Tints of Portage #7882DB
RGB
CMYK
RGB Variations
Color information
#7882DB (or 0x7882DB) is known color: Portage. HEX triplet: 78, 82 and DB. RGB value is (120,130,219). Sum of RGB (Red+Green+Blue) = 120+130+219=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7882DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882DB is #877D24. Grayscale: #888888. Windows color (decimal): -8879397 or 14385784. OLE color: 14385784.
HSL color Cylindrical-coordinate representation of color #7882DB: hue angle of 233.94º 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 #7882DB is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 130 | 219 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.14 |
| HSL | 233.94º | 0.58% | 0.66% | - |
| HSV(B) | 233.94º | 0.45% | 0.86% | - |
| XYZ | 28.51 | 25.07 | 70.35 | - |
| YUV | 137.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 219 | 0.45 | 0.41 | 0 | 0.14 | 233.94 | 0.58 | 0.66 |
| Hex | 78 | 82 | DB | 2D | 29 | 0 | E | EA | 3A | 42 |
| Octal | 170 | 202 | 333 | 55 | 51 | 0 | 16 | 352 | 72 | 102 |
| Binary | 1111000 | 10000010 | 11011011 | 101101 | 101001 | 0 | 1110 | 11101010 | 111010 | 1000010 |
Color Harmonies of #7882DB
Complementary color
Monochromatic Colors of #7882DB
Black with #7882DB
Text Example
Text Example
White with #7882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882DB; }
p { color: rgb(120,130,219); }
H1.HeaderClassName
{
color: #7882DB;
}
.AnyTagClassName
{
color: #7882DB;
}
</style>
background-color css
<style>
a { background-color: #7882DB; }
a { background-color: rgb(120,130,219); }
div.DivClassName
{
background-color: #7882DB;
}
.BgClassName
{
background-color: #7882DB;
}
</style>
border-color css
<style>
span { border-color: #7882DB; }
span { border-color: rgb(120,130,219); }
td.TdClassName
{
border-color: #7882DB;
}
.TagClassName
{
border-color: #7882DB;
}
</style>