Shades of Portage #7D8DCF
Tints of Portage #7D8DCF
RGB
CMYK
RGB Variations
Color information
#7D8DCF (or 0x7D8DCF) is known color: Portage. HEX triplet: 7D, 8D and CF. RGB value is (125,141,207). Sum of RGB (Red+Green+Blue) = 125+141+207=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D8DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DCF is #827230. Grayscale: #8F8F8F. Windows color (decimal): -8548913 or 13602173. OLE color: 13602173.
HSL color Cylindrical-coordinate representation of color #7D8DCF: hue angle of 228.29º 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 #7D8DCF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 141 | 207 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.19 |
| HSL | 228.29º | 0.46% | 0.65% | - |
| HSV(B) | 228.29º | 0.4% | 0.81% | - |
| XYZ | 29.24 | 27.91 | 62.88 | - |
| YUV | 143.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 207 | 0.40 | 0.32 | 0 | 0.19 | 228.29 | 0.46 | 0.65 |
| Hex | 7D | 8D | CF | 28 | 20 | 0 | 13 | E4 | 2E | 41 |
| Octal | 175 | 215 | 317 | 50 | 40 | 0 | 23 | 344 | 56 | 101 |
| Binary | 1111101 | 10001101 | 11001111 | 101000 | 100000 | 0 | 10011 | 11100100 | 101110 | 1000001 |
Color Harmonies of #7D8DCF
Complementary color
Monochromatic Colors of #7D8DCF
Black with #7D8DCF
Text Example
Text Example
White with #7D8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DCF; }
p { color: rgb(125,141,207); }
H1.HeaderClassName
{
color: #7D8DCF;
}
.AnyTagClassName
{
color: #7D8DCF;
}
</style>
background-color css
<style>
a { background-color: #7D8DCF; }
a { background-color: rgb(125,141,207); }
div.DivClassName
{
background-color: #7D8DCF;
}
.BgClassName
{
background-color: #7D8DCF;
}
</style>
border-color css
<style>
span { border-color: #7D8DCF; }
span { border-color: rgb(125,141,207); }
td.TdClassName
{
border-color: #7D8DCF;
}
.TagClassName
{
border-color: #7D8DCF;
}
</style>