Shades of Portage #7D8BE6
Tints of Portage #7D8BE6
RGB
CMYK
RGB Variations
Color information
#7D8BE6 (or 0x7D8BE6) is known color: Portage. HEX triplet: 7D, 8B and E6. RGB value is (125,139,230). Sum of RGB (Red+Green+Blue) = 125+139+230=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D8BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BE6 is #827419. Grayscale: #909090. Windows color (decimal): -8549402 or 15108989. OLE color: 15108989.
HSL color Cylindrical-coordinate representation of color #7D8BE6: hue angle of 232º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D8BE6 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 139 | 230 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.10 |
| HSL | 232º | 0.68% | 0.7% | - |
| HSV(B) | 232º | 0.46% | 0.9% | - |
| XYZ | 31.97 | 28.54 | 78.69 | - |
| YUV | 145.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 230 | 0.46 | 0.40 | 0 | 0.10 | 232 | 0.68 | 0.7 |
| Hex | 7D | 8B | E6 | 2E | 28 | 0 | A | E8 | 44 | 46 |
| Octal | 175 | 213 | 346 | 56 | 50 | 0 | 12 | 350 | 104 | 106 |
| Binary | 1111101 | 10001011 | 11100110 | 101110 | 101000 | 0 | 1010 | 11101000 | 1000100 | 1000110 |
Color Harmonies of #7D8BE6
Complementary color
Monochromatic Colors of #7D8BE6
Black with #7D8BE6
Text Example
Text Example
White with #7D8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BE6; }
p { color: rgb(125,139,230); }
H1.HeaderClassName
{
color: #7D8BE6;
}
.AnyTagClassName
{
color: #7D8BE6;
}
</style>
background-color css
<style>
a { background-color: #7D8BE6; }
a { background-color: rgb(125,139,230); }
div.DivClassName
{
background-color: #7D8BE6;
}
.BgClassName
{
background-color: #7D8BE6;
}
</style>
border-color css
<style>
span { border-color: #7D8BE6; }
span { border-color: rgb(125,139,230); }
td.TdClassName
{
border-color: #7D8BE6;
}
.TagClassName
{
border-color: #7D8BE6;
}
</style>