Shades of Portage #7985DF
Tints of Portage #7985DF
RGB
CMYK
RGB Variations
Color information
#7985DF (or 0x7985DF) is known color: Portage. HEX triplet: 79, 85 and DF. RGB value is (121,133,223). Sum of RGB (Red+Green+Blue) = 121+133+223=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #7985DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985DF is #867A20. Grayscale: #8B8B8B. Windows color (decimal): -8813089 or 14648697. OLE color: 14648697.
HSL color Cylindrical-coordinate representation of color #7985DF: hue angle of 232.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7985DF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 133 | 223 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.13 |
| HSL | 232.94º | 0.61% | 0.67% | - |
| HSV(B) | 232.94º | 0.46% | 0.87% | - |
| XYZ | 29.59 | 26.17 | 73.3 | - |
| YUV | 139.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 223 | 0.46 | 0.40 | 0 | 0.13 | 232.94 | 0.61 | 0.67 |
| Hex | 79 | 85 | DF | 2E | 28 | 0 | D | E9 | 3D | 43 |
| Octal | 171 | 205 | 337 | 56 | 50 | 0 | 15 | 351 | 75 | 103 |
| Binary | 1111001 | 10000101 | 11011111 | 101110 | 101000 | 0 | 1101 | 11101001 | 111101 | 1000011 |
Color Harmonies of #7985DF
Complementary color
Monochromatic Colors of #7985DF
Black with #7985DF
Text Example
Text Example
White with #7985DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7985DF; }
p { color: rgb(121,133,223); }
H1.HeaderClassName
{
color: #7985DF;
}
.AnyTagClassName
{
color: #7985DF;
}
</style>
background-color css
<style>
a { background-color: #7985DF; }
a { background-color: rgb(121,133,223); }
div.DivClassName
{
background-color: #7985DF;
}
.BgClassName
{
background-color: #7985DF;
}
</style>
border-color css
<style>
span { border-color: #7985DF; }
span { border-color: rgb(121,133,223); }
td.TdClassName
{
border-color: #7985DF;
}
.TagClassName
{
border-color: #7985DF;
}
</style>