Shades of Portage #7D8BEB
Tints of Portage #7D8BEB
RGB
CMYK
RGB Variations
Color information
#7D8BEB (or 0x7D8BEB) is known color: Portage. HEX triplet: 7D, 8B and EB. RGB value is (125,139,235). Sum of RGB (Red+Green+Blue) = 125+139+235=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BEB is #827414. Grayscale: #919191. Windows color (decimal): -8549397 or 15436669. OLE color: 15436669.
HSL color Cylindrical-coordinate representation of color #7D8BEB: hue angle of 232.36º 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 #7D8BEB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 139 | 235 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.08 |
| HSL | 232.36º | 0.73% | 0.71% | - |
| HSV(B) | 232.36º | 0.47% | 0.92% | - |
| XYZ | 32.69 | 28.82 | 82.44 | - |
| YUV | 145.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 235 | 0.47 | 0.41 | 0 | 0.08 | 232.36 | 0.73 | 0.71 |
| Hex | 7D | 8B | EB | 2F | 29 | 0 | 8 | E8 | 49 | 47 |
| Octal | 175 | 213 | 353 | 57 | 51 | 0 | 10 | 350 | 111 | 107 |
| Binary | 1111101 | 10001011 | 11101011 | 101111 | 101001 | 0 | 1000 | 11101000 | 1001001 | 1000111 |
Color Harmonies of #7D8BEB
Complementary color
Monochromatic Colors of #7D8BEB
Black with #7D8BEB
Text Example
Text Example
White with #7D8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BEB; }
p { color: rgb(125,139,235); }
H1.HeaderClassName
{
color: #7D8BEB;
}
.AnyTagClassName
{
color: #7D8BEB;
}
</style>
background-color css
<style>
a { background-color: #7D8BEB; }
a { background-color: rgb(125,139,235); }
div.DivClassName
{
background-color: #7D8BEB;
}
.BgClassName
{
background-color: #7D8BEB;
}
</style>
border-color css
<style>
span { border-color: #7D8BEB; }
span { border-color: rgb(125,139,235); }
td.TdClassName
{
border-color: #7D8BEB;
}
.TagClassName
{
border-color: #7D8BEB;
}
</style>