Shades of Portage #7886DD
Tints of Portage #7886DD
RGB
CMYK
RGB Variations
Color information
#7886DD (or 0x7886DD) is known color: Portage. HEX triplet: 78, 86 and DD. RGB value is (120,134,221). Sum of RGB (Red+Green+Blue) = 120+134+221=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7886DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886DD is #877922. Grayscale: #8B8B8B. Windows color (decimal): -8878371 or 14517880. OLE color: 14517880.
HSL color Cylindrical-coordinate representation of color #7886DD: hue angle of 231.68º 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 #7886DD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 134 | 221 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.13 |
| HSL | 231.68º | 0.6% | 0.67% | - |
| HSV(B) | 231.68º | 0.46% | 0.87% | - |
| XYZ | 29.32 | 26.26 | 71.93 | - |
| YUV | 139.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 221 | 0.46 | 0.39 | 0 | 0.13 | 231.68 | 0.6 | 0.67 |
| Hex | 78 | 86 | DD | 2E | 27 | 0 | D | E8 | 3C | 43 |
| Octal | 170 | 206 | 335 | 56 | 47 | 0 | 15 | 350 | 74 | 103 |
| Binary | 1111000 | 10000110 | 11011101 | 101110 | 100111 | 0 | 1101 | 11101000 | 111100 | 1000011 |
Color Harmonies of #7886DD
Complementary color
Monochromatic Colors of #7886DD
Black with #7886DD
Text Example
Text Example
White with #7886DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7886DD; }
p { color: rgb(120,134,221); }
H1.HeaderClassName
{
color: #7886DD;
}
.AnyTagClassName
{
color: #7886DD;
}
</style>
background-color css
<style>
a { background-color: #7886DD; }
a { background-color: rgb(120,134,221); }
div.DivClassName
{
background-color: #7886DD;
}
.BgClassName
{
background-color: #7886DD;
}
</style>
border-color css
<style>
span { border-color: #7886DD; }
span { border-color: rgb(120,134,221); }
td.TdClassName
{
border-color: #7886DD;
}
.TagClassName
{
border-color: #7886DD;
}
</style>