Shades of Portage #7D8BEE
Tints of Portage #7D8BEE
RGB
CMYK
RGB Variations
Color information
#7D8BEE (or 0x7D8BEE) is known color: Portage. HEX triplet: 7D, 8B and EE. RGB value is (125,139,238). Sum of RGB (Red+Green+Blue) = 125+139+238=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D8BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BEE is #827411. Grayscale: #919191. Windows color (decimal): -8549394 or 15633277. OLE color: 15633277.
HSL color Cylindrical-coordinate representation of color #7D8BEE: hue angle of 232.57º degrees, saturation: 0.77, 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 #7D8BEE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 139 | 238 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.07 |
| HSL | 232.57º | 0.77% | 0.71% | - |
| HSV(B) | 232.57º | 0.47% | 0.93% | - |
| XYZ | 33.12 | 29 | 84.74 | - |
| YUV | 146.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 238 | 0.47 | 0.42 | 0 | 0.07 | 232.57 | 0.77 | 0.71 |
| Hex | 7D | 8B | EE | 2F | 2A | 0 | 7 | E9 | 4D | 47 |
| Octal | 175 | 213 | 356 | 57 | 52 | 0 | 7 | 351 | 115 | 107 |
| Binary | 1111101 | 10001011 | 11101110 | 101111 | 101010 | 0 | 111 | 11101001 | 1001101 | 1000111 |
Color Harmonies of #7D8BEE
Complementary color
Monochromatic Colors of #7D8BEE
Black with #7D8BEE
Text Example
Text Example
White with #7D8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BEE; }
p { color: rgb(125,139,238); }
H1.HeaderClassName
{
color: #7D8BEE;
}
.AnyTagClassName
{
color: #7D8BEE;
}
</style>
background-color css
<style>
a { background-color: #7D8BEE; }
a { background-color: rgb(125,139,238); }
div.DivClassName
{
background-color: #7D8BEE;
}
.BgClassName
{
background-color: #7D8BEE;
}
</style>
border-color css
<style>
span { border-color: #7D8BEE; }
span { border-color: rgb(125,139,238); }
td.TdClassName
{
border-color: #7D8BEE;
}
.TagClassName
{
border-color: #7D8BEE;
}
</style>