Shades of Portage #7789DD
Tints of Portage #7789DD
RGB
CMYK
RGB Variations
Color information
#7789DD (or 0x7789DD) is known color: Portage. HEX triplet: 77, 89 and DD. RGB value is (119,137,221). Sum of RGB (Red+Green+Blue) = 119+137+221=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #7789DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7789DD is #887622. Grayscale: #8C8C8C. Windows color (decimal): -8943139 or 14518647. OLE color: 14518647.
HSL color Cylindrical-coordinate representation of color #7789DD: hue angle of 229.41º 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 #7789DD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 137 | 221 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.13 |
| HSL | 229.41º | 0.6% | 0.67% | - |
| HSV(B) | 229.41º | 0.46% | 0.87% | - |
| XYZ | 29.6 | 27.03 | 72.06 | - |
| YUV | 141.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 221 | 0.46 | 0.38 | 0 | 0.13 | 229.41 | 0.6 | 0.67 |
| Hex | 77 | 89 | DD | 2E | 26 | 0 | D | E5 | 3C | 43 |
| Octal | 167 | 211 | 335 | 56 | 46 | 0 | 15 | 345 | 74 | 103 |
| Binary | 1110111 | 10001001 | 11011101 | 101110 | 100110 | 0 | 1101 | 11100101 | 111100 | 1000011 |
Color Harmonies of #7789DD
Complementary color
Monochromatic Colors of #7789DD
Black with #7789DD
Text Example
Text Example
White with #7789DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7789DD; }
p { color: rgb(119,137,221); }
H1.HeaderClassName
{
color: #7789DD;
}
.AnyTagClassName
{
color: #7789DD;
}
</style>
background-color css
<style>
a { background-color: #7789DD; }
a { background-color: rgb(119,137,221); }
div.DivClassName
{
background-color: #7789DD;
}
.BgClassName
{
background-color: #7789DD;
}
</style>
border-color css
<style>
span { border-color: #7789DD; }
span { border-color: rgb(119,137,221); }
td.TdClassName
{
border-color: #7789DD;
}
.TagClassName
{
border-color: #7789DD;
}
</style>