Shades of Portage #7D8BED
Tints of Portage #7D8BED
RGB
CMYK
RGB Variations
Color information
#7D8BED (or 0x7D8BED) is known color: Portage. HEX triplet: 7D, 8B and ED. RGB value is (125,139,237). Sum of RGB (Red+Green+Blue) = 125+139+237=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BED is #827412. Grayscale: #919191. Windows color (decimal): -8549395 or 15567741. OLE color: 15567741.
HSL color Cylindrical-coordinate representation of color #7D8BED: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8BED is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 139 | 237 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.07 |
| HSL | 232.5º | 0.76% | 0.71% | - |
| HSV(B) | 232.5º | 0.47% | 0.93% | - |
| XYZ | 32.98 | 28.94 | 83.97 | - |
| YUV | 145.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 237 | 0.47 | 0.41 | 0 | 0.07 | 232.5 | 0.76 | 0.71 |
| Hex | 7D | 8B | ED | 2F | 29 | 0 | 7 | E8 | 4C | 47 |
| Octal | 175 | 213 | 355 | 57 | 51 | 0 | 7 | 350 | 114 | 107 |
| Binary | 1111101 | 10001011 | 11101101 | 101111 | 101001 | 0 | 111 | 11101000 | 1001100 | 1000111 |
Color Harmonies of #7D8BED
Complementary color
Monochromatic Colors of #7D8BED
Black with #7D8BED
Text Example
Text Example
White with #7D8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BED; }
p { color: rgb(125,139,237); }
H1.HeaderClassName
{
color: #7D8BED;
}
.AnyTagClassName
{
color: #7D8BED;
}
</style>
background-color css
<style>
a { background-color: #7D8BED; }
a { background-color: rgb(125,139,237); }
div.DivClassName
{
background-color: #7D8BED;
}
.BgClassName
{
background-color: #7D8BED;
}
</style>
border-color css
<style>
span { border-color: #7D8BED; }
span { border-color: rgb(125,139,237); }
td.TdClassName
{
border-color: #7D8BED;
}
.TagClassName
{
border-color: #7D8BED;
}
</style>