Shades of Portage #7F8EDC
Tints of Portage #7F8EDC
RGB
CMYK
RGB Variations
Color information
#7F8EDC (or 0x7F8EDC) is known color: Portage. HEX triplet: 7F, 8E and DC. RGB value is (127,142,220). Sum of RGB (Red+Green+Blue) = 127+142+220=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EDC is #807123. Grayscale: #929292. Windows color (decimal): -8417572 or 14454399. OLE color: 14454399.
HSL color Cylindrical-coordinate representation of color #7F8EDC: hue angle of 230.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8EDC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 142 | 220 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.14 |
| HSL | 230.32º | 0.57% | 0.68% | - |
| HSV(B) | 230.32º | 0.42% | 0.86% | - |
| XYZ | 31.34 | 29.03 | 71.66 | - |
| YUV | 146.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 220 | 0.42 | 0.35 | 0 | 0.14 | 230.32 | 0.57 | 0.68 |
| Hex | 7F | 8E | DC | 2A | 23 | 0 | E | E6 | 39 | 44 |
| Octal | 177 | 216 | 334 | 52 | 43 | 0 | 16 | 346 | 71 | 104 |
| Binary | 1111111 | 10001110 | 11011100 | 101010 | 100011 | 0 | 1110 | 11100110 | 111001 | 1000100 |
Color Harmonies of #7F8EDC
Complementary color
Monochromatic Colors of #7F8EDC
Black with #7F8EDC
Text Example
Text Example
White with #7F8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8EDC; }
p { color: rgb(127,142,220); }
H1.HeaderClassName
{
color: #7F8EDC;
}
.AnyTagClassName
{
color: #7F8EDC;
}
</style>
background-color css
<style>
a { background-color: #7F8EDC; }
a { background-color: rgb(127,142,220); }
div.DivClassName
{
background-color: #7F8EDC;
}
.BgClassName
{
background-color: #7F8EDC;
}
</style>
border-color css
<style>
span { border-color: #7F8EDC; }
span { border-color: rgb(127,142,220); }
td.TdClassName
{
border-color: #7F8EDC;
}
.TagClassName
{
border-color: #7F8EDC;
}
</style>