Shades of Portage #7880DF
Tints of Portage #7880DF
RGB
CMYK
RGB Variations
Color information
#7880DF (or 0x7880DF) is known color: Portage. HEX triplet: 78, 80 and DF. RGB value is (120,128,223). Sum of RGB (Red+Green+Blue) = 120+128+223=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7880DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880DF is #877F20. Grayscale: #888888. Windows color (decimal): -8879905 or 14647416. OLE color: 14647416.
HSL color Cylindrical-coordinate representation of color #7880DF: hue angle of 235.34º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7880DF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 128 | 223 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 235.34º | 0.62% | 0.67% | - |
| HSV(B) | 235.34º | 0.46% | 0.87% | - |
| XYZ | 28.78 | 24.76 | 73.07 | - |
| YUV | 136.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 223 | 0.46 | 0.43 | 0 | 0.13 | 235.34 | 0.62 | 0.67 |
| Hex | 78 | 80 | DF | 2E | 2B | 0 | D | EB | 3E | 43 |
| Octal | 170 | 200 | 337 | 56 | 53 | 0 | 15 | 353 | 76 | 103 |
| Binary | 1111000 | 10000000 | 11011111 | 101110 | 101011 | 0 | 1101 | 11101011 | 111110 | 1000011 |
Color Harmonies of #7880DF
Complementary color
Monochromatic Colors of #7880DF
Black with #7880DF
Text Example
Text Example
White with #7880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880DF; }
p { color: rgb(120,128,223); }
H1.HeaderClassName
{
color: #7880DF;
}
.AnyTagClassName
{
color: #7880DF;
}
</style>
background-color css
<style>
a { background-color: #7880DF; }
a { background-color: rgb(120,128,223); }
div.DivClassName
{
background-color: #7880DF;
}
.BgClassName
{
background-color: #7880DF;
}
</style>
border-color css
<style>
span { border-color: #7880DF; }
span { border-color: rgb(120,128,223); }
td.TdClassName
{
border-color: #7880DF;
}
.TagClassName
{
border-color: #7880DF;
}
</style>