Shades of Portage #7882DF
Tints of Portage #7882DF
RGB
CMYK
RGB Variations
Color information
#7882DF (or 0x7882DF) is known color: Portage. HEX triplet: 78, 82 and DF. RGB value is (120,130,223). Sum of RGB (Red+Green+Blue) = 120+130+223=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7882DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882DF is #877D20. Grayscale: #898989. Windows color (decimal): -8879393 or 14647928. OLE color: 14647928.
HSL color Cylindrical-coordinate representation of color #7882DF: hue angle of 234.17º 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 #7882DF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 130 | 223 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.13 |
| HSL | 234.17º | 0.62% | 0.67% | - |
| HSV(B) | 234.17º | 0.46% | 0.87% | - |
| XYZ | 29.05 | 25.29 | 73.16 | - |
| YUV | 137.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 223 | 0.46 | 0.42 | 0 | 0.13 | 234.17 | 0.62 | 0.67 |
| Hex | 78 | 82 | DF | 2E | 2A | 0 | D | EA | 3E | 43 |
| Octal | 170 | 202 | 337 | 56 | 52 | 0 | 15 | 352 | 76 | 103 |
| Binary | 1111000 | 10000010 | 11011111 | 101110 | 101010 | 0 | 1101 | 11101010 | 111110 | 1000011 |
Color Harmonies of #7882DF
Complementary color
Monochromatic Colors of #7882DF
Black with #7882DF
Text Example
Text Example
White with #7882DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882DF; }
p { color: rgb(120,130,223); }
H1.HeaderClassName
{
color: #7882DF;
}
.AnyTagClassName
{
color: #7882DF;
}
</style>
background-color css
<style>
a { background-color: #7882DF; }
a { background-color: rgb(120,130,223); }
div.DivClassName
{
background-color: #7882DF;
}
.BgClassName
{
background-color: #7882DF;
}
</style>
border-color css
<style>
span { border-color: #7882DF; }
span { border-color: rgb(120,130,223); }
td.TdClassName
{
border-color: #7882DF;
}
.TagClassName
{
border-color: #7882DF;
}
</style>