Shades of Portage #7985DD
Tints of Portage #7985DD
RGB
CMYK
RGB Variations
Color information
#7985DD (or 0x7985DD) is known color: Portage. HEX triplet: 79, 85 and DD. RGB value is (121,133,221). Sum of RGB (Red+Green+Blue) = 121+133+221=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7985DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985DD is #867A22. Grayscale: #8B8B8B. Windows color (decimal): -8813091 or 14517625. OLE color: 14517625.
HSL color Cylindrical-coordinate representation of color #7985DD: hue angle of 232.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7985DD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 133 | 221 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.13 |
| HSL | 232.8º | 0.6% | 0.67% | - |
| HSV(B) | 232.8º | 0.45% | 0.87% | - |
| XYZ | 29.32 | 26.06 | 71.89 | - |
| YUV | 139.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 221 | 0.45 | 0.40 | 0 | 0.13 | 232.8 | 0.6 | 0.67 |
| Hex | 79 | 85 | DD | 2D | 28 | 0 | D | E9 | 3C | 43 |
| Octal | 171 | 205 | 335 | 55 | 50 | 0 | 15 | 351 | 74 | 103 |
| Binary | 1111001 | 10000101 | 11011101 | 101101 | 101000 | 0 | 1101 | 11101001 | 111100 | 1000011 |
Color Harmonies of #7985DD
Complementary color
Monochromatic Colors of #7985DD
Black with #7985DD
Text Example
Text Example
White with #7985DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7985DD; }
p { color: rgb(121,133,221); }
H1.HeaderClassName
{
color: #7985DD;
}
.AnyTagClassName
{
color: #7985DD;
}
</style>
background-color css
<style>
a { background-color: #7985DD; }
a { background-color: rgb(121,133,221); }
div.DivClassName
{
background-color: #7985DD;
}
.BgClassName
{
background-color: #7985DD;
}
</style>
border-color css
<style>
span { border-color: #7985DD; }
span { border-color: rgb(121,133,221); }
td.TdClassName
{
border-color: #7985DD;
}
.TagClassName
{
border-color: #7985DD;
}
</style>