Shades of Portage #7887DD
Tints of Portage #7887DD
RGB
CMYK
RGB Variations
Color information
#7887DD (or 0x7887DD) is known color: Portage. HEX triplet: 78, 87 and DD. RGB value is (120,135,221). Sum of RGB (Red+Green+Blue) = 120+135+221=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #7887DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887DD is #877822. Grayscale: #8B8B8B. Windows color (decimal): -8878115 or 14518136. OLE color: 14518136.
HSL color Cylindrical-coordinate representation of color #7887DD: hue angle of 231.09º degrees, saturation: 0.6, 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 #7887DD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 135 | 221 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.13 |
| HSL | 231.09º | 0.6% | 0.67% | - |
| HSV(B) | 231.09º | 0.46% | 0.87% | - |
| XYZ | 29.46 | 26.54 | 71.98 | - |
| YUV | 140.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 221 | 0.46 | 0.39 | 0 | 0.13 | 231.09 | 0.6 | 0.67 |
| Hex | 78 | 87 | DD | 2E | 27 | 0 | D | E7 | 3C | 43 |
| Octal | 170 | 207 | 335 | 56 | 47 | 0 | 15 | 347 | 74 | 103 |
| Binary | 1111000 | 10000111 | 11011101 | 101110 | 100111 | 0 | 1101 | 11100111 | 111100 | 1000011 |
Color Harmonies of #7887DD
Complementary color
Monochromatic Colors of #7887DD
Black with #7887DD
Text Example
Text Example
White with #7887DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887DD; }
p { color: rgb(120,135,221); }
H1.HeaderClassName
{
color: #7887DD;
}
.AnyTagClassName
{
color: #7887DD;
}
</style>
background-color css
<style>
a { background-color: #7887DD; }
a { background-color: rgb(120,135,221); }
div.DivClassName
{
background-color: #7887DD;
}
.BgClassName
{
background-color: #7887DD;
}
</style>
border-color css
<style>
span { border-color: #7887DD; }
span { border-color: rgb(120,135,221); }
td.TdClassName
{
border-color: #7887DD;
}
.TagClassName
{
border-color: #7887DD;
}
</style>