Shades of Portage #7D8DCE
Tints of Portage #7D8DCE
RGB
CMYK
RGB Variations
Color information
#7D8DCE (or 0x7D8DCE) is known color: Portage. HEX triplet: 7D, 8D and CE. RGB value is (125,141,206). Sum of RGB (Red+Green+Blue) = 125+141+206=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DCE is #827231. Grayscale: #8F8F8F. Windows color (decimal): -8548914 or 13536637. OLE color: 13536637.
HSL color Cylindrical-coordinate representation of color #7D8DCE: hue angle of 228.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8DCE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 141 | 206 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.19 |
| HSL | 228.15º | 0.45% | 0.65% | - |
| HSV(B) | 228.15º | 0.39% | 0.81% | - |
| XYZ | 29.12 | 27.87 | 62.24 | - |
| YUV | 143.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 206 | 0.39 | 0.32 | 0 | 0.19 | 228.15 | 0.45 | 0.65 |
| Hex | 7D | 8D | CE | 27 | 20 | 0 | 13 | E4 | 2D | 41 |
| Octal | 175 | 215 | 316 | 47 | 40 | 0 | 23 | 344 | 55 | 101 |
| Binary | 1111101 | 10001101 | 11001110 | 100111 | 100000 | 0 | 10011 | 11100100 | 101101 | 1000001 |
Color Harmonies of #7D8DCE
Complementary color
Monochromatic Colors of #7D8DCE
Black with #7D8DCE
Text Example
Text Example
White with #7D8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DCE; }
p { color: rgb(125,141,206); }
H1.HeaderClassName
{
color: #7D8DCE;
}
.AnyTagClassName
{
color: #7D8DCE;
}
</style>
background-color css
<style>
a { background-color: #7D8DCE; }
a { background-color: rgb(125,141,206); }
div.DivClassName
{
background-color: #7D8DCE;
}
.BgClassName
{
background-color: #7D8DCE;
}
</style>
border-color css
<style>
span { border-color: #7D8DCE; }
span { border-color: rgb(125,141,206); }
td.TdClassName
{
border-color: #7D8DCE;
}
.TagClassName
{
border-color: #7D8DCE;
}
</style>