Shades of Portage #7783D5
Tints of Portage #7783D5
RGB
CMYK
RGB Variations
Color information
#7783D5 (or 0x7783D5) is known color: Portage. HEX triplet: 77, 83 and D5. RGB value is (119,131,213). Sum of RGB (Red+Green+Blue) = 119+131+213=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #7783D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783D5 is #887C2A. Grayscale: #888888. Windows color (decimal): -8944683 or 13992823. OLE color: 13992823.
HSL color Cylindrical-coordinate representation of color #7783D5: hue angle of 232.34º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7783D5 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 131 | 213 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.16 |
| HSL | 232.34º | 0.53% | 0.65% | - |
| HSV(B) | 232.34º | 0.44% | 0.84% | - |
| XYZ | 27.73 | 24.96 | 66.31 | - |
| YUV | 136.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 213 | 0.44 | 0.38 | 0 | 0.16 | 232.34 | 0.53 | 0.65 |
| Hex | 77 | 83 | D5 | 2C | 26 | 0 | 10 | E8 | 35 | 41 |
| Octal | 167 | 203 | 325 | 54 | 46 | 0 | 20 | 350 | 65 | 101 |
| Binary | 1110111 | 10000011 | 11010101 | 101100 | 100110 | 0 | 10000 | 11101000 | 110101 | 1000001 |
Color Harmonies of #7783D5
Complementary color
Monochromatic Colors of #7783D5
Black with #7783D5
Text Example
Text Example
White with #7783D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7783D5; }
p { color: rgb(119,131,213); }
H1.HeaderClassName
{
color: #7783D5;
}
.AnyTagClassName
{
color: #7783D5;
}
</style>
background-color css
<style>
a { background-color: #7783D5; }
a { background-color: rgb(119,131,213); }
div.DivClassName
{
background-color: #7783D5;
}
.BgClassName
{
background-color: #7783D5;
}
</style>
border-color css
<style>
span { border-color: #7783D5; }
span { border-color: rgb(119,131,213); }
td.TdClassName
{
border-color: #7783D5;
}
.TagClassName
{
border-color: #7783D5;
}
</style>