Shades of Portage #7D86CF
Tints of Portage #7D86CF
RGB
CMYK
RGB Variations
Color information
#7D86CF (or 0x7D86CF) is known color: Portage. HEX triplet: 7D, 86 and CF. RGB value is (125,134,207). Sum of RGB (Red+Green+Blue) = 125+134+207=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D86CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D86CF is #827930. Grayscale: #8B8B8B. Windows color (decimal): -8550705 or 13600381. OLE color: 13600381.
HSL color Cylindrical-coordinate representation of color #7D86CF: hue angle of 233.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D86CF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 134 | 207 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.19 |
| HSL | 233.41º | 0.46% | 0.65% | - |
| HSV(B) | 233.41º | 0.4% | 0.81% | - |
| XYZ | 28.25 | 25.92 | 62.54 | - |
| YUV | 139.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 207 | 0.40 | 0.35 | 0 | 0.19 | 233.41 | 0.46 | 0.65 |
| Hex | 7D | 86 | CF | 28 | 23 | 0 | 13 | E9 | 2E | 41 |
| Octal | 175 | 206 | 317 | 50 | 43 | 0 | 23 | 351 | 56 | 101 |
| Binary | 1111101 | 10000110 | 11001111 | 101000 | 100011 | 0 | 10011 | 11101001 | 101110 | 1000001 |
Color Harmonies of #7D86CF
Complementary color
Monochromatic Colors of #7D86CF
Black with #7D86CF
Text Example
Text Example
White with #7D86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D86CF; }
p { color: rgb(125,134,207); }
H1.HeaderClassName
{
color: #7D86CF;
}
.AnyTagClassName
{
color: #7D86CF;
}
</style>
background-color css
<style>
a { background-color: #7D86CF; }
a { background-color: rgb(125,134,207); }
div.DivClassName
{
background-color: #7D86CF;
}
.BgClassName
{
background-color: #7D86CF;
}
</style>
border-color css
<style>
span { border-color: #7D86CF; }
span { border-color: rgb(125,134,207); }
td.TdClassName
{
border-color: #7D86CF;
}
.TagClassName
{
border-color: #7D86CF;
}
</style>