Shades of Portage #7D8CEB
Tints of Portage #7D8CEB
RGB
CMYK
RGB Variations
Color information
#7D8CEB (or 0x7D8CEB) is known color: Portage. HEX triplet: 7D, 8C and EB. RGB value is (125,140,235). Sum of RGB (Red+Green+Blue) = 125+140+235=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CEB is #827314. Grayscale: #919191. Windows color (decimal): -8549141 or 15436925. OLE color: 15436925.
HSL color Cylindrical-coordinate representation of color #7D8CEB: hue angle of 231.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8CEB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 140 | 235 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.08 |
| HSL | 231.82º | 0.73% | 0.71% | - |
| HSV(B) | 231.82º | 0.47% | 0.92% | - |
| XYZ | 32.83 | 29.11 | 82.49 | - |
| YUV | 146.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 235 | 0.47 | 0.40 | 0 | 0.08 | 231.82 | 0.73 | 0.71 |
| Hex | 7D | 8C | EB | 2F | 28 | 0 | 8 | E8 | 49 | 47 |
| Octal | 175 | 214 | 353 | 57 | 50 | 0 | 10 | 350 | 111 | 107 |
| Binary | 1111101 | 10001100 | 11101011 | 101111 | 101000 | 0 | 1000 | 11101000 | 1001001 | 1000111 |
Color Harmonies of #7D8CEB
Complementary color
Monochromatic Colors of #7D8CEB
Black with #7D8CEB
Text Example
Text Example
White with #7D8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CEB; }
p { color: rgb(125,140,235); }
H1.HeaderClassName
{
color: #7D8CEB;
}
.AnyTagClassName
{
color: #7D8CEB;
}
</style>
background-color css
<style>
a { background-color: #7D8CEB; }
a { background-color: rgb(125,140,235); }
div.DivClassName
{
background-color: #7D8CEB;
}
.BgClassName
{
background-color: #7D8CEB;
}
</style>
border-color css
<style>
span { border-color: #7D8CEB; }
span { border-color: rgb(125,140,235); }
td.TdClassName
{
border-color: #7D8CEB;
}
.TagClassName
{
border-color: #7D8CEB;
}
</style>