Shades of Portage #7F89ED
Tints of Portage #7F89ED
RGB
CMYK
RGB Variations
Color information
#7F89ED (or 0x7F89ED) is known color: Portage. HEX triplet: 7F, 89 and ED. RGB value is (127,137,237). Sum of RGB (Red+Green+Blue) = 127+137+237=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 137 (53.91% from 255 or 27.35% 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 #7F89ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F89ED is #807612. Grayscale: #919191. Windows color (decimal): -8418835 or 15567231. OLE color: 15567231.
HSL color Cylindrical-coordinate representation of color #7F89ED: hue angle of 234.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F89ED is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 137 | 237 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.07 |
| HSL | 234.55º | 0.75% | 0.71% | - |
| HSV(B) | 234.55º | 0.46% | 0.93% | - |
| XYZ | 32.98 | 28.52 | 83.89 | - |
| YUV | 145.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 237 | 0.46 | 0.42 | 0 | 0.07 | 234.55 | 0.75 | 0.71 |
| Hex | 7F | 89 | ED | 2E | 2A | 0 | 7 | EB | 4B | 47 |
| Octal | 177 | 211 | 355 | 56 | 52 | 0 | 7 | 353 | 113 | 107 |
| Binary | 1111111 | 10001001 | 11101101 | 101110 | 101010 | 0 | 111 | 11101011 | 1001011 | 1000111 |
Color Harmonies of #7F89ED
Complementary color
Monochromatic Colors of #7F89ED
Black with #7F89ED
Text Example
Text Example
White with #7F89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F89ED; }
p { color: rgb(127,137,237); }
H1.HeaderClassName
{
color: #7F89ED;
}
.AnyTagClassName
{
color: #7F89ED;
}
</style>
background-color css
<style>
a { background-color: #7F89ED; }
a { background-color: rgb(127,137,237); }
div.DivClassName
{
background-color: #7F89ED;
}
.BgClassName
{
background-color: #7F89ED;
}
</style>
border-color css
<style>
span { border-color: #7F89ED; }
span { border-color: rgb(127,137,237); }
td.TdClassName
{
border-color: #7F89ED;
}
.TagClassName
{
border-color: #7F89ED;
}
</style>