Shades of Portage #7F8ECF
Tints of Portage #7F8ECF
RGB
CMYK
RGB Variations
Color information
#7F8ECF (or 0x7F8ECF) is known color: Portage. HEX triplet: 7F, 8E and CF. RGB value is (127,142,207). Sum of RGB (Red+Green+Blue) = 127+142+207=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ECF is #807130. Grayscale: #909090. Windows color (decimal): -8417585 or 13602431. OLE color: 13602431.
HSL color Cylindrical-coordinate representation of color #7F8ECF: hue angle of 228.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8ECF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 142 | 207 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.19 |
| HSL | 228.75º | 0.45% | 0.65% | - |
| HSV(B) | 228.75º | 0.39% | 0.81% | - |
| XYZ | 29.69 | 28.36 | 62.94 | - |
| YUV | 144.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 207 | 0.39 | 0.31 | 0 | 0.19 | 228.75 | 0.45 | 0.65 |
| Hex | 7F | 8E | CF | 27 | 1F | 0 | 13 | E5 | 2D | 41 |
| Octal | 177 | 216 | 317 | 47 | 37 | 0 | 23 | 345 | 55 | 101 |
| Binary | 1111111 | 10001110 | 11001111 | 100111 | 11111 | 0 | 10011 | 11100101 | 101101 | 1000001 |
Color Harmonies of #7F8ECF
Complementary color
Monochromatic Colors of #7F8ECF
Black with #7F8ECF
Text Example
Text Example
White with #7F8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8ECF; }
p { color: rgb(127,142,207); }
H1.HeaderClassName
{
color: #7F8ECF;
}
.AnyTagClassName
{
color: #7F8ECF;
}
</style>
background-color css
<style>
a { background-color: #7F8ECF; }
a { background-color: rgb(127,142,207); }
div.DivClassName
{
background-color: #7F8ECF;
}
.BgClassName
{
background-color: #7F8ECF;
}
</style>
border-color css
<style>
span { border-color: #7F8ECF; }
span { border-color: rgb(127,142,207); }
td.TdClassName
{
border-color: #7F8ECF;
}
.TagClassName
{
border-color: #7F8ECF;
}
</style>