Shades of Portage #7D8DDC
Tints of Portage #7D8DDC
RGB
CMYK
RGB Variations
Color information
#7D8DDC (or 0x7D8DDC) is known color: Portage. HEX triplet: 7D, 8D and DC. RGB value is (125,141,220). Sum of RGB (Red+Green+Blue) = 125+141+220=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DDC is #827223. Grayscale: #909090. Windows color (decimal): -8548900 or 14454141. OLE color: 14454141.
HSL color Cylindrical-coordinate representation of color #7D8DDC: hue angle of 229.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D8DDC is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 141 | 220 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.14 |
| HSL | 229.89º | 0.58% | 0.68% | - |
| HSV(B) | 229.89º | 0.43% | 0.86% | - |
| XYZ | 30.9 | 28.58 | 71.6 | - |
| YUV | 145.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 220 | 0.43 | 0.36 | 0 | 0.14 | 229.89 | 0.58 | 0.68 |
| Hex | 7D | 8D | DC | 2B | 24 | 0 | E | E6 | 3A | 44 |
| Octal | 175 | 215 | 334 | 53 | 44 | 0 | 16 | 346 | 72 | 104 |
| Binary | 1111101 | 10001101 | 11011100 | 101011 | 100100 | 0 | 1110 | 11100110 | 111010 | 1000100 |
Color Harmonies of #7D8DDC
Complementary color
Monochromatic Colors of #7D8DDC
Black with #7D8DDC
Text Example
Text Example
White with #7D8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DDC; }
p { color: rgb(125,141,220); }
H1.HeaderClassName
{
color: #7D8DDC;
}
.AnyTagClassName
{
color: #7D8DDC;
}
</style>
background-color css
<style>
a { background-color: #7D8DDC; }
a { background-color: rgb(125,141,220); }
div.DivClassName
{
background-color: #7D8DDC;
}
.BgClassName
{
background-color: #7D8DDC;
}
</style>
border-color css
<style>
span { border-color: #7D8DDC; }
span { border-color: rgb(125,141,220); }
td.TdClassName
{
border-color: #7D8DDC;
}
.TagClassName
{
border-color: #7D8DDC;
}
</style>