Shades of Portage #7882D6
Tints of Portage #7882D6
RGB
CMYK
RGB Variations
Color information
#7882D6 (or 0x7882D6) is known color: Portage. HEX triplet: 78, 82 and D6. RGB value is (120,130,214). Sum of RGB (Red+Green+Blue) = 120+130+214=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #7882D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882D6 is #877D29. Grayscale: #888888. Windows color (decimal): -8879402 or 14058104. OLE color: 14058104.
HSL color Cylindrical-coordinate representation of color #7882D6: hue angle of 233.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7882D6 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 130 | 214 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.16 |
| HSL | 233.62º | 0.53% | 0.65% | - |
| HSV(B) | 233.62º | 0.44% | 0.84% | - |
| XYZ | 27.87 | 24.81 | 66.94 | - |
| YUV | 136.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 214 | 0.44 | 0.39 | 0 | 0.16 | 233.62 | 0.53 | 0.65 |
| Hex | 78 | 82 | D6 | 2C | 27 | 0 | 10 | EA | 35 | 41 |
| Octal | 170 | 202 | 326 | 54 | 47 | 0 | 20 | 352 | 65 | 101 |
| Binary | 1111000 | 10000010 | 11010110 | 101100 | 100111 | 0 | 10000 | 11101010 | 110101 | 1000001 |
Color Harmonies of #7882D6
Complementary color
Monochromatic Colors of #7882D6
Black with #7882D6
Text Example
Text Example
White with #7882D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882D6; }
p { color: rgb(120,130,214); }
H1.HeaderClassName
{
color: #7882D6;
}
.AnyTagClassName
{
color: #7882D6;
}
</style>
background-color css
<style>
a { background-color: #7882D6; }
a { background-color: rgb(120,130,214); }
div.DivClassName
{
background-color: #7882D6;
}
.BgClassName
{
background-color: #7882D6;
}
</style>
border-color css
<style>
span { border-color: #7882D6; }
span { border-color: rgb(120,130,214); }
td.TdClassName
{
border-color: #7882D6;
}
.TagClassName
{
border-color: #7882D6;
}
</style>