Shades of Portage #7783DF
Tints of Portage #7783DF
RGB
CMYK
RGB Variations
Color information
#7783DF (or 0x7783DF) is known color: Portage. HEX triplet: 77, 83 and DF. RGB value is (119,131,223). Sum of RGB (Red+Green+Blue) = 119+131+223=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7783DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783DF is #887C20. Grayscale: #898989. Windows color (decimal): -8944673 or 14648183. OLE color: 14648183.
HSL color Cylindrical-coordinate representation of color #7783DF: hue angle of 233.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7783DF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 131 | 223 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.13 |
| HSL | 233.08º | 0.62% | 0.67% | - |
| HSV(B) | 233.08º | 0.47% | 0.87% | - |
| XYZ | 29.04 | 25.48 | 73.2 | - |
| YUV | 137.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 223 | 0.47 | 0.41 | 0 | 0.13 | 233.08 | 0.62 | 0.67 |
| Hex | 77 | 83 | DF | 2F | 29 | 0 | D | E9 | 3E | 43 |
| Octal | 167 | 203 | 337 | 57 | 51 | 0 | 15 | 351 | 76 | 103 |
| Binary | 1110111 | 10000011 | 11011111 | 101111 | 101001 | 0 | 1101 | 11101001 | 111110 | 1000011 |
Color Harmonies of #7783DF
Complementary color
Monochromatic Colors of #7783DF
Black with #7783DF
Text Example
Text Example
White with #7783DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7783DF; }
p { color: rgb(119,131,223); }
H1.HeaderClassName
{
color: #7783DF;
}
.AnyTagClassName
{
color: #7783DF;
}
</style>
background-color css
<style>
a { background-color: #7783DF; }
a { background-color: rgb(119,131,223); }
div.DivClassName
{
background-color: #7783DF;
}
.BgClassName
{
background-color: #7783DF;
}
</style>
border-color css
<style>
span { border-color: #7783DF; }
span { border-color: rgb(119,131,223); }
td.TdClassName
{
border-color: #7783DF;
}
.TagClassName
{
border-color: #7783DF;
}
</style>