Shades of Portage #7D8DEF
Tints of Portage #7D8DEF
RGB
CMYK
RGB Variations
Color information
#7D8DEF (or 0x7D8DEF) is known color: Portage. HEX triplet: 7D, 8D and EF. RGB value is (125,141,239). Sum of RGB (Red+Green+Blue) = 125+141+239=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D8DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DEF is #827210. Grayscale: #929292. Windows color (decimal): -8548881 or 15699325. OLE color: 15699325.
HSL color Cylindrical-coordinate representation of color #7D8DEF: hue angle of 231.58º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8DEF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 141 | 239 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.06 |
| HSL | 231.58º | 0.78% | 0.71% | - |
| HSV(B) | 231.58º | 0.48% | 0.94% | - |
| XYZ | 33.56 | 29.64 | 85.61 | - |
| YUV | 147.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 239 | 0.48 | 0.41 | 0 | 0.06 | 231.58 | 0.78 | 0.71 |
| Hex | 7D | 8D | EF | 30 | 29 | 0 | 6 | E8 | 4E | 47 |
| Octal | 175 | 215 | 357 | 60 | 51 | 0 | 6 | 350 | 116 | 107 |
| Binary | 1111101 | 10001101 | 11101111 | 110000 | 101001 | 0 | 110 | 11101000 | 1001110 | 1000111 |
Color Harmonies of #7D8DEF
Complementary color
Monochromatic Colors of #7D8DEF
Black with #7D8DEF
Text Example
Text Example
White with #7D8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DEF; }
p { color: rgb(125,141,239); }
H1.HeaderClassName
{
color: #7D8DEF;
}
.AnyTagClassName
{
color: #7D8DEF;
}
</style>
background-color css
<style>
a { background-color: #7D8DEF; }
a { background-color: rgb(125,141,239); }
div.DivClassName
{
background-color: #7D8DEF;
}
.BgClassName
{
background-color: #7D8DEF;
}
</style>
border-color css
<style>
span { border-color: #7D8DEF; }
span { border-color: rgb(125,141,239); }
td.TdClassName
{
border-color: #7D8DEF;
}
.TagClassName
{
border-color: #7D8DEF;
}
</style>