Shades of Portage #7885DA
Tints of Portage #7885DA
RGB
CMYK
RGB Variations
Color information
#7885DA (or 0x7885DA) is known color: Portage. HEX triplet: 78, 85 and DA. RGB value is (120,133,218). Sum of RGB (Red+Green+Blue) = 120+133+218=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #7885DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885DA is #877A25. Grayscale: #8A8A8A. Windows color (decimal): -8878630 or 14321016. OLE color: 14321016.
HSL color Cylindrical-coordinate representation of color #7885DA: hue angle of 232.04º 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 #7885DA is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 133 | 218 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.15 |
| HSL | 232.04º | 0.57% | 0.66% | - |
| HSV(B) | 232.04º | 0.45% | 0.85% | - |
| XYZ | 28.79 | 25.83 | 69.8 | - |
| YUV | 138.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 218 | 0.45 | 0.39 | 0 | 0.15 | 232.04 | 0.57 | 0.66 |
| Hex | 78 | 85 | DA | 2D | 27 | 0 | F | E8 | 39 | 42 |
| Octal | 170 | 205 | 332 | 55 | 47 | 0 | 17 | 350 | 71 | 102 |
| Binary | 1111000 | 10000101 | 11011010 | 101101 | 100111 | 0 | 1111 | 11101000 | 111001 | 1000010 |
Color Harmonies of #7885DA
Complementary color
Monochromatic Colors of #7885DA
Black with #7885DA
Text Example
Text Example
White with #7885DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885DA; }
p { color: rgb(120,133,218); }
H1.HeaderClassName
{
color: #7885DA;
}
.AnyTagClassName
{
color: #7885DA;
}
</style>
background-color css
<style>
a { background-color: #7885DA; }
a { background-color: rgb(120,133,218); }
div.DivClassName
{
background-color: #7885DA;
}
.BgClassName
{
background-color: #7885DA;
}
</style>
border-color css
<style>
span { border-color: #7885DA; }
span { border-color: rgb(120,133,218); }
td.TdClassName
{
border-color: #7885DA;
}
.TagClassName
{
border-color: #7885DA;
}
</style>