Shades of Portage #7D89EE
Tints of Portage #7D89EE
RGB
CMYK
RGB Variations
Color information
#7D89EE (or 0x7D89EE) is known color: Portage. HEX triplet: 7D, 89 and EE. RGB value is (125,137,238). Sum of RGB (Red+Green+Blue) = 125+137+238=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D89EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D89EE is #827611. Grayscale: #909090. Windows color (decimal): -8549906 or 15632765. OLE color: 15632765.
HSL color Cylindrical-coordinate representation of color #7D89EE: hue angle of 233.63º 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 #7D89EE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 137 | 238 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.07 |
| HSL | 233.63º | 0.77% | 0.71% | - |
| HSV(B) | 233.63º | 0.47% | 0.93% | - |
| XYZ | 32.84 | 28.42 | 84.64 | - |
| YUV | 144.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 238 | 0.47 | 0.42 | 0 | 0.07 | 233.63 | 0.77 | 0.71 |
| Hex | 7D | 89 | EE | 2F | 2A | 0 | 7 | EA | 4D | 47 |
| Octal | 175 | 211 | 356 | 57 | 52 | 0 | 7 | 352 | 115 | 107 |
| Binary | 1111101 | 10001001 | 11101110 | 101111 | 101010 | 0 | 111 | 11101010 | 1001101 | 1000111 |
Color Harmonies of #7D89EE
Complementary color
Monochromatic Colors of #7D89EE
Black with #7D89EE
Text Example
Text Example
White with #7D89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D89EE; }
p { color: rgb(125,137,238); }
H1.HeaderClassName
{
color: #7D89EE;
}
.AnyTagClassName
{
color: #7D89EE;
}
</style>
background-color css
<style>
a { background-color: #7D89EE; }
a { background-color: rgb(125,137,238); }
div.DivClassName
{
background-color: #7D89EE;
}
.BgClassName
{
background-color: #7D89EE;
}
</style>
border-color css
<style>
span { border-color: #7D89EE; }
span { border-color: rgb(125,137,238); }
td.TdClassName
{
border-color: #7D89EE;
}
.TagClassName
{
border-color: #7D89EE;
}
</style>