Shades of Portage #7D88EE
Tints of Portage #7D88EE
RGB
CMYK
RGB Variations
Color information
#7D88EE (or 0x7D88EE) is known color: Portage. HEX triplet: 7D, 88 and EE. RGB value is (125,136,238). Sum of RGB (Red+Green+Blue) = 125+136+238=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D88EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D88EE is #827711. Grayscale: #8F8F8F. Windows color (decimal): -8550162 or 15632509. OLE color: 15632509.
HSL color Cylindrical-coordinate representation of color #7D88EE: hue angle of 234.16º 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 #7D88EE is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 136 | 238 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.07 |
| HSL | 234.16º | 0.77% | 0.71% | - |
| HSV(B) | 234.16º | 0.47% | 0.93% | - |
| XYZ | 32.69 | 28.14 | 84.6 | - |
| YUV | 144.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 238 | 0.47 | 0.43 | 0 | 0.07 | 234.16 | 0.77 | 0.71 |
| Hex | 7D | 88 | EE | 2F | 2B | 0 | 7 | EA | 4D | 47 |
| Octal | 175 | 210 | 356 | 57 | 53 | 0 | 7 | 352 | 115 | 107 |
| Binary | 1111101 | 10001000 | 11101110 | 101111 | 101011 | 0 | 111 | 11101010 | 1001101 | 1000111 |
Color Harmonies of #7D88EE
Complementary color
Monochromatic Colors of #7D88EE
Black with #7D88EE
Text Example
Text Example
White with #7D88EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D88EE; }
p { color: rgb(125,136,238); }
H1.HeaderClassName
{
color: #7D88EE;
}
.AnyTagClassName
{
color: #7D88EE;
}
</style>
background-color css
<style>
a { background-color: #7D88EE; }
a { background-color: rgb(125,136,238); }
div.DivClassName
{
background-color: #7D88EE;
}
.BgClassName
{
background-color: #7D88EE;
}
</style>
border-color css
<style>
span { border-color: #7D88EE; }
span { border-color: rgb(125,136,238); }
td.TdClassName
{
border-color: #7D88EE;
}
.TagClassName
{
border-color: #7D88EE;
}
</style>