Shades of Portage #7985EA
Tints of Portage #7985EA
RGB
CMYK
RGB Variations
Color information
#7985EA (or 0x7985EA) is known color: Portage. HEX triplet: 79, 85 and EA. RGB value is (121,133,234). Sum of RGB (Red+Green+Blue) = 121+133+234=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #7985EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7985EA is #867A15. Grayscale: #8C8C8C. Windows color (decimal): -8813078 or 15369593. OLE color: 15369593.
HSL color Cylindrical-coordinate representation of color #7985EA: hue angle of 233.63º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7985EA is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 133 | 234 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.08 |
| HSL | 233.63º | 0.73% | 0.7% | - |
| HSV(B) | 233.63º | 0.48% | 0.92% | - |
| XYZ | 31.12 | 26.78 | 81.37 | - |
| YUV | 140.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 234 | 0.48 | 0.43 | 0 | 0.08 | 233.63 | 0.73 | 0.7 |
| Hex | 79 | 85 | EA | 30 | 2B | 0 | 8 | EA | 49 | 46 |
| Octal | 171 | 205 | 352 | 60 | 53 | 0 | 10 | 352 | 111 | 106 |
| Binary | 1111001 | 10000101 | 11101010 | 110000 | 101011 | 0 | 1000 | 11101010 | 1001001 | 1000110 |
Color Harmonies of #7985EA
Complementary color
Monochromatic Colors of #7985EA
Black with #7985EA
Text Example
Text Example
White with #7985EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7985EA; }
p { color: rgb(121,133,234); }
H1.HeaderClassName
{
color: #7985EA;
}
.AnyTagClassName
{
color: #7985EA;
}
</style>
background-color css
<style>
a { background-color: #7985EA; }
a { background-color: rgb(121,133,234); }
div.DivClassName
{
background-color: #7985EA;
}
.BgClassName
{
background-color: #7985EA;
}
</style>
border-color css
<style>
span { border-color: #7985EA; }
span { border-color: rgb(121,133,234); }
td.TdClassName
{
border-color: #7985EA;
}
.TagClassName
{
border-color: #7985EA;
}
</style>