Shades of Portage #7785DA
Tints of Portage #7785DA
RGB
CMYK
RGB Variations
Color information
#7785DA (or 0x7785DA) is known color: Portage. HEX triplet: 77, 85 and DA. RGB value is (119,133,218). Sum of RGB (Red+Green+Blue) = 119+133+218=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #7785DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785DA is #887A25. Grayscale: #8A8A8A. Windows color (decimal): -8944166 or 14321015. OLE color: 14321015.
HSL color Cylindrical-coordinate representation of color #7785DA: hue angle of 231.52º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7785DA is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 133 | 218 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.15 |
| HSL | 231.52º | 0.57% | 0.66% | - |
| HSV(B) | 231.52º | 0.45% | 0.85% | - |
| XYZ | 28.65 | 25.76 | 69.79 | - |
| YUV | 138.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 218 | 0.45 | 0.39 | 0 | 0.15 | 231.52 | 0.57 | 0.66 |
| Hex | 77 | 85 | DA | 2D | 27 | 0 | F | E8 | 39 | 42 |
| Octal | 167 | 205 | 332 | 55 | 47 | 0 | 17 | 350 | 71 | 102 |
| Binary | 1110111 | 10000101 | 11011010 | 101101 | 100111 | 0 | 1111 | 11101000 | 111001 | 1000010 |
Color Harmonies of #7785DA
Complementary color
Monochromatic Colors of #7785DA
Black with #7785DA
Text Example
Text Example
White with #7785DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785DA; }
p { color: rgb(119,133,218); }
H1.HeaderClassName
{
color: #7785DA;
}
.AnyTagClassName
{
color: #7785DA;
}
</style>
background-color css
<style>
a { background-color: #7785DA; }
a { background-color: rgb(119,133,218); }
div.DivClassName
{
background-color: #7785DA;
}
.BgClassName
{
background-color: #7785DA;
}
</style>
border-color css
<style>
span { border-color: #7785DA; }
span { border-color: rgb(119,133,218); }
td.TdClassName
{
border-color: #7785DA;
}
.TagClassName
{
border-color: #7785DA;
}
</style>