Shades of Portage #7785DD
Tints of Portage #7785DD
RGB
CMYK
RGB Variations
Color information
#7785DD (or 0x7785DD) is known color: Portage. HEX triplet: 77, 85 and DD. RGB value is (119,133,221). Sum of RGB (Red+Green+Blue) = 119+133+221=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7785DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785DD is #887A22. Grayscale: #8A8A8A. Windows color (decimal): -8944163 or 14517623. OLE color: 14517623.
HSL color Cylindrical-coordinate representation of color #7785DD: hue angle of 231.76º 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 #7785DD is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 133 | 221 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.13 |
| HSL | 231.76º | 0.6% | 0.67% | - |
| HSV(B) | 231.76º | 0.46% | 0.87% | - |
| XYZ | 29.05 | 25.92 | 71.88 | - |
| YUV | 138.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 221 | 0.46 | 0.40 | 0 | 0.13 | 231.76 | 0.6 | 0.67 |
| Hex | 77 | 85 | DD | 2E | 28 | 0 | D | E8 | 3C | 43 |
| Octal | 167 | 205 | 335 | 56 | 50 | 0 | 15 | 350 | 74 | 103 |
| Binary | 1110111 | 10000101 | 11011101 | 101110 | 101000 | 0 | 1101 | 11101000 | 111100 | 1000011 |
Color Harmonies of #7785DD
Complementary color
Monochromatic Colors of #7785DD
Black with #7785DD
Text Example
Text Example
White with #7785DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785DD; }
p { color: rgb(119,133,221); }
H1.HeaderClassName
{
color: #7785DD;
}
.AnyTagClassName
{
color: #7785DD;
}
</style>
background-color css
<style>
a { background-color: #7785DD; }
a { background-color: rgb(119,133,221); }
div.DivClassName
{
background-color: #7785DD;
}
.BgClassName
{
background-color: #7785DD;
}
</style>
border-color css
<style>
span { border-color: #7785DD; }
span { border-color: rgb(119,133,221); }
td.TdClassName
{
border-color: #7785DD;
}
.TagClassName
{
border-color: #7785DD;
}
</style>