Shades of Portage #7F85D9
Tints of Portage #7F85D9
RGB
CMYK
RGB Variations
Color information
#7F85D9 (or 0x7F85D9) is known color: Portage. HEX triplet: 7F, 85 and D9. RGB value is (127,133,217). Sum of RGB (Red+Green+Blue) = 127+133+217=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F85D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85D9 is #807A26. Grayscale: #8C8C8C. Windows color (decimal): -8419879 or 14255487. OLE color: 14255487.
HSL color Cylindrical-coordinate representation of color #7F85D9: hue angle of 236º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F85D9 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 133 | 217 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.15 |
| HSL | 236º | 0.54% | 0.67% | - |
| HSV(B) | 236º | 0.41% | 0.85% | - |
| XYZ | 29.66 | 26.3 | 69.16 | - |
| YUV | 140.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 217 | 0.41 | 0.39 | 0 | 0.15 | 236 | 0.54 | 0.67 |
| Hex | 7F | 85 | D9 | 29 | 27 | 0 | F | EC | 36 | 43 |
| Octal | 177 | 205 | 331 | 51 | 47 | 0 | 17 | 354 | 66 | 103 |
| Binary | 1111111 | 10000101 | 11011001 | 101001 | 100111 | 0 | 1111 | 11101100 | 110110 | 1000011 |
Color Harmonies of #7F85D9
Complementary color
Monochromatic Colors of #7F85D9
Black with #7F85D9
Text Example
Text Example
White with #7F85D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85D9; }
p { color: rgb(127,133,217); }
H1.HeaderClassName
{
color: #7F85D9;
}
.AnyTagClassName
{
color: #7F85D9;
}
</style>
background-color css
<style>
a { background-color: #7F85D9; }
a { background-color: rgb(127,133,217); }
div.DivClassName
{
background-color: #7F85D9;
}
.BgClassName
{
background-color: #7F85D9;
}
</style>
border-color css
<style>
span { border-color: #7F85D9; }
span { border-color: rgb(127,133,217); }
td.TdClassName
{
border-color: #7F85D9;
}
.TagClassName
{
border-color: #7F85D9;
}
</style>