Shades of Portage #7783D4
Tints of Portage #7783D4
RGB
CMYK
RGB Variations
Color information
#7783D4 (or 0x7783D4) is known color: Portage. HEX triplet: 77, 83 and D4. RGB value is (119,131,212). Sum of RGB (Red+Green+Blue) = 119+131+212=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #7783D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783D4 is #887C2B. Grayscale: #888888. Windows color (decimal): -8944684 or 13927287. OLE color: 13927287.
HSL color Cylindrical-coordinate representation of color #7783D4: hue angle of 232.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7783D4 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 131 | 212 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.17 |
| HSL | 232.26º | 0.52% | 0.65% | - |
| HSV(B) | 232.26º | 0.44% | 0.83% | - |
| XYZ | 27.61 | 24.91 | 65.64 | - |
| YUV | 136.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 212 | 0.44 | 0.38 | 0 | 0.17 | 232.26 | 0.52 | 0.65 |
| Hex | 77 | 83 | D4 | 2C | 26 | 0 | 11 | E8 | 34 | 41 |
| Octal | 167 | 203 | 324 | 54 | 46 | 0 | 21 | 350 | 64 | 101 |
| Binary | 1110111 | 10000011 | 11010100 | 101100 | 100110 | 0 | 10001 | 11101000 | 110100 | 1000001 |
Color Harmonies of #7783D4
Complementary color
Monochromatic Colors of #7783D4
Black with #7783D4
Text Example
Text Example
White with #7783D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7783D4; }
p { color: rgb(119,131,212); }
H1.HeaderClassName
{
color: #7783D4;
}
.AnyTagClassName
{
color: #7783D4;
}
</style>
background-color css
<style>
a { background-color: #7783D4; }
a { background-color: rgb(119,131,212); }
div.DivClassName
{
background-color: #7783D4;
}
.BgClassName
{
background-color: #7783D4;
}
</style>
border-color css
<style>
span { border-color: #7783D4; }
span { border-color: rgb(119,131,212); }
td.TdClassName
{
border-color: #7783D4;
}
.TagClassName
{
border-color: #7783D4;
}
</style>