Shades of Portage #7F8EDF
Tints of Portage #7F8EDF
RGB
CMYK
RGB Variations
Color information
#7F8EDF (or 0x7F8EDF) is known color: Portage. HEX triplet: 7F, 8E and DF. RGB value is (127,142,223). Sum of RGB (Red+Green+Blue) = 127+142+223=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EDF is #807120. Grayscale: #929292. Windows color (decimal): -8417569 or 14651007. OLE color: 14651007.
HSL color Cylindrical-coordinate representation of color #7F8EDF: hue angle of 230.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8EDF is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 142 | 223 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.13 |
| HSL | 230.63º | 0.6% | 0.69% | - |
| HSV(B) | 230.63º | 0.43% | 0.87% | - |
| XYZ | 31.74 | 29.19 | 73.77 | - |
| YUV | 146.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 223 | 0.43 | 0.36 | 0 | 0.13 | 230.63 | 0.6 | 0.69 |
| Hex | 7F | 8E | DF | 2B | 24 | 0 | D | E7 | 3C | 45 |
| Octal | 177 | 216 | 337 | 53 | 44 | 0 | 15 | 347 | 74 | 105 |
| Binary | 1111111 | 10001110 | 11011111 | 101011 | 100100 | 0 | 1101 | 11100111 | 111100 | 1000101 |
Color Harmonies of #7F8EDF
Complementary color
Monochromatic Colors of #7F8EDF
Black with #7F8EDF
Text Example
Text Example
White with #7F8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8EDF; }
p { color: rgb(127,142,223); }
H1.HeaderClassName
{
color: #7F8EDF;
}
.AnyTagClassName
{
color: #7F8EDF;
}
</style>
background-color css
<style>
a { background-color: #7F8EDF; }
a { background-color: rgb(127,142,223); }
div.DivClassName
{
background-color: #7F8EDF;
}
.BgClassName
{
background-color: #7F8EDF;
}
</style>
border-color css
<style>
span { border-color: #7F8EDF; }
span { border-color: rgb(127,142,223); }
td.TdClassName
{
border-color: #7F8EDF;
}
.TagClassName
{
border-color: #7F8EDF;
}
</style>