Shades of Portage #7D8CEF
Tints of Portage #7D8CEF
RGB
CMYK
RGB Variations
Color information
#7D8CEF (or 0x7D8CEF) is known color: Portage. HEX triplet: 7D, 8C and EF. RGB value is (125,140,239). Sum of RGB (Red+Green+Blue) = 125+140+239=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CEF is #827310. Grayscale: #929292. Windows color (decimal): -8549137 or 15699069. OLE color: 15699069.
HSL color Cylindrical-coordinate representation of color #7D8CEF: hue angle of 232.11º 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 #7D8CEF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 140 | 239 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.06 |
| HSL | 232.11º | 0.78% | 0.71% | - |
| HSV(B) | 232.11º | 0.48% | 0.94% | - |
| XYZ | 33.42 | 29.35 | 85.56 | - |
| YUV | 146.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 239 | 0.48 | 0.41 | 0 | 0.06 | 232.11 | 0.78 | 0.71 |
| Hex | 7D | 8C | EF | 30 | 29 | 0 | 6 | E8 | 4E | 47 |
| Octal | 175 | 214 | 357 | 60 | 51 | 0 | 6 | 350 | 116 | 107 |
| Binary | 1111101 | 10001100 | 11101111 | 110000 | 101001 | 0 | 110 | 11101000 | 1001110 | 1000111 |
Color Harmonies of #7D8CEF
Complementary color
Monochromatic Colors of #7D8CEF
Black with #7D8CEF
Text Example
Text Example
White with #7D8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CEF; }
p { color: rgb(125,140,239); }
H1.HeaderClassName
{
color: #7D8CEF;
}
.AnyTagClassName
{
color: #7D8CEF;
}
</style>
background-color css
<style>
a { background-color: #7D8CEF; }
a { background-color: rgb(125,140,239); }
div.DivClassName
{
background-color: #7D8CEF;
}
.BgClassName
{
background-color: #7D8CEF;
}
</style>
border-color css
<style>
span { border-color: #7D8CEF; }
span { border-color: rgb(125,140,239); }
td.TdClassName
{
border-color: #7D8CEF;
}
.TagClassName
{
border-color: #7D8CEF;
}
</style>